| … | |
… | |
| 368 | |
368 | |
| 369 | # Start logging console output since we have all /dev stuff setup |
369 | # Start logging console output since we have all /dev stuff setup |
| 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 | for x in ${RC_VOLUME_ORDER} ; do |
|
|
374 | start_addon "${x}" |
|
|
375 | done |
| 374 | |
376 | |
| 375 | # We set the forced softlevel from the kernel command line |
377 | # We set the forced softlevel from the kernel command line |
| 376 | # It needs to be run right after proc is mounted for the |
378 | # It needs to be run right after proc is mounted for the |
| 377 | # boot runlevel |
379 | # boot runlevel |
| 378 | setup_defaultlevels |
380 | setup_defaultlevels |