slitaz-boot-scripts diff etc/init.d/rcS @ rev 269

rcS: dont use status when starting udev since it display messages
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 28 23:12:22 2011 +0200 (2011-05-28)
parents 8b16caf41633
children 9650e8bd017e
line diff
     1.1 --- a/etc/init.d/rcS	Mon May 16 00:51:01 2011 +0200
     1.2 +++ b/etc/init.d/rcS	Sat May 28 23:12:22 2011 +0200
     1.3 @@ -71,18 +71,14 @@
     1.4  
     1.5  # Trigger Udev and handle hotplug events
     1.6  if [ "$UDEV" = "yes" ]; then
     1.7 -	echo -n "Starting udev daemon..."
     1.8 +	echo "Starting udev daemon..."
     1.9  	/sbin/udevd --daemon
    1.10 -	status
    1.11 -	echo -n "Udevadm requesting events from the Kernel..."
    1.12 +	echo "Udevadm requesting events from the Kernel..."
    1.13  	udevadm trigger
    1.14 -	status
    1.15 -	echo -n "Udevadm waiting for the event queue to finish..."
    1.16 +	echo "Udevadm waiting for the event queue to finish..."
    1.17  	udevadm settle
    1.18 -	status
    1.19 -	echo -n "Using Udev for hotplugging..."
    1.20 +	echo "Using Udev for hotplugging..."
    1.21  	echo "/sbin/udevd" > /proc/sys/kernel/hotplug
    1.22 -	status
    1.23  fi
    1.24  
    1.25  [ "$FBSPLASH" == "yes" ] && echo "30" > /etc/fbsplash/fifo