| … | |
… | |
| 370 | bootlog start |
370 | bootlog start |
| 371 | |
371 | |
| 372 | # Start RAID/LVM/EVMS/DM volumes for /usr, /var, etc. |
372 | # Start RAID/LVM/EVMS/DM volumes for /usr, /var, etc. |
| 373 | start_volumes |
373 | start_volumes |
| 374 | |
374 | |
| 375 | # Swap needs to be activated *after* /dev has been fully setup so that |
|
|
| 376 | # the fstab can be properly parsed. This first pass we send to /dev/null |
|
|
| 377 | # in case the user has swap points setup on different partitions. We |
|
|
| 378 | # will run swapon again in localmount and that one will report errors. |
|
|
| 379 | ebegin "Activating (possible) swap" |
|
|
| 380 | /sbin/swapon -a >& /dev/null |
|
|
| 381 | eend 0 |
|
|
| 382 | |
|
|
| 383 | # We set the forced softlevel from the kernel command line |
375 | # We set the forced softlevel from the kernel command line |
| 384 | # It needs to be run right after proc is mounted for the |
376 | # It needs to be run right after proc is mounted for the |
| 385 | # boot runlevel |
377 | # boot runlevel |
| 386 | setup_defaultlevels |
378 | setup_defaultlevels |
| 387 | |
379 | |