slitaz-boot-scripts rev 114

rcS: create missing devices
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 05 08:45:37 2008 +0000 (2008-08-05)
parents d029ffebc94b
children 6d7cab1978a8
files etc/init.d/rcS
line diff
     1.1 --- a/etc/init.d/rcS	Sat Aug 02 15:03:49 2008 +0000
     1.2 +++ b/etc/init.d/rcS	Tue Aug 05 08:45:37 2008 +0000
     1.3 @@ -53,6 +53,9 @@
     1.4  
     1.5  else #logged
     1.6  
     1.7 +# Create missing devices
     1.8 +mdev -s 2> /dev/null
     1.9 +
    1.10  # Create /dev/cdrom if needed (symlink does not exist on LiveCD).
    1.11  # Also add /dev/cdrom to fstab if entry does not exist.
    1.12  #