--- rc.sysinit~ 2007-04-22 16:45:20 +0400 +++ rc.sysinit 2007-05-10 13:40:53 +0400 @@ -77,11 +77,6 @@ if grep -wqs sysfs /proc/filesystems; th action "Mounting sys filesystem:" mount -n -t sysfs sysfs /sys fi -# Initialize bootsplash subsystem. -splash_init 5 - -splash_update start 1 - # Load modules /etc/rc.d/scripts/load_modules @@ -97,6 +92,10 @@ if [ -n "$RUN_UDEV" ]; then [ -c /dev/rtc ] || modprobe rtc >/dev/null 2>&1 fi +# Initialize bootsplash subsystem. +splash_init 5 +splash_update start 1 + # Set the system clock (when /etc/adjtime is missing) [ -s /etc/adjtime ] || /etc/init.d/clock start