Author: arekm
Date: Sat Aug 21 20:00:50 2010
New Revision: 11788

Modified:
   rc-scripts/trunk/rc.d/rc.sysinit
Log:
Set firmware-loader also when udev is off.

Modified: rc-scripts/trunk/rc.d/rc.sysinit
==============================================================================
--- rc-scripts/trunk/rc.d/rc.sysinit    (original)
+++ rc-scripts/trunk/rc.d/rc.sysinit    Sat Aug 21 20:00:50 2010
@@ -252,12 +252,10 @@
                dmesg -n $CONSOLE_LOGLEVEL
        fi
 
-       if ! is_no "$START_UDEV"; then
-               if [ -x /sbin/start_udev ]; then
-                       /sbin/start_udev
-               elif [ -x /lib/firmware/firmware-loader.sh ]; then
-                       /sbin/sysctl -e -w 
kernel.hotplug=/lib/firmware/firmware-loader.sh
-               fi
+       if ! is_no "$START_UDEV" && [ -x /sbin/start_udev ]; then
+               /sbin/start_udev
+       elif [ -x /lib/firmware/firmware-loader.sh ]; then
+               /sbin/sysctl -e -w 
kernel.hotplug=/lib/firmware/firmware-loader.sh
        fi
 
        # Unmount the initrd, if necessary
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to