Lines 77-87
if grep -wqs sysfs /proc/filesystems; th
Link Here
|
77 |
action "Mounting sys filesystem:" mount -n -t sysfs sysfs /sys |
77 |
action "Mounting sys filesystem:" mount -n -t sysfs sysfs /sys |
78 |
fi |
78 |
fi |
79 |
|
79 |
|
80 |
# Initialize bootsplash subsystem. |
|
|
81 |
splash_init 5 |
82 |
|
83 |
splash_update start 1 |
84 |
|
85 |
# Load modules |
80 |
# Load modules |
86 |
/etc/rc.d/scripts/load_modules |
81 |
/etc/rc.d/scripts/load_modules |
87 |
|
82 |
|
Lines 97-102
if [ -n "$RUN_UDEV" ]; then
Link Here
|
97 |
[ -c /dev/rtc ] || modprobe rtc >/dev/null 2>&1 |
92 |
[ -c /dev/rtc ] || modprobe rtc >/dev/null 2>&1 |
98 |
fi |
93 |
fi |
99 |
|
94 |
|
|
|
95 |
# Initialize bootsplash subsystem. |
96 |
splash_init 5 |
97 |
splash_update start 1 |
98 |
|
100 |
# Set the system clock (when /etc/adjtime is missing) |
99 |
# Set the system clock (when /etc/adjtime is missing) |
101 |
[ -s /etc/adjtime ] || /etc/init.d/clock start |
100 |
[ -s /etc/adjtime ] || /etc/init.d/clock start |
102 |
|
101 |
|