| … | |
… | |
| 3 | |
3 | |
| 4 | # Start logging console output since we have all /dev stuff setup |
4 | # Start logging console output since we have all /dev stuff setup |
| 5 | bootlog start |
5 | bootlog start |
| 6 | |
6 | |
| 7 | # Start RAID/LVM/EVMS/DM volumes for /usr, /var, etc. |
7 | # Start RAID/LVM/EVMS/DM volumes for /usr, /var, etc. |
| 8 | start_volumes |
8 | for x in ${RC_VOLUME_ORDER} ; do |
|
|
9 | start_addon "${x}" |
|
|
10 | done |
| 9 | |
11 | |
| 10 | # We set the forced softlevel from the kernel command line |
12 | # We set the forced softlevel from the kernel command line |
| 11 | # It needs to be run right after proc is mounted for the |
13 | # It needs to be run right after proc is mounted for the |
| 12 | # boot runlevel |
14 | # boot runlevel |
| 13 | setup_defaultlevels |
15 | setup_defaultlevels |