slitaz-boot-scripts diff etc/rcS.conf @ rev 181

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sat Oct 24 12:29:17 2009 +0000 (2009-10-24)
parents 716e7e9ee7e4
children 1f6e9b6644ae
line diff
     1.1 --- a/etc/rcS.conf	Sat Jun 27 09:37:50 2009 +0000
     1.2 +++ b/etc/rcS.conf	Sat Oct 24 12:29:17 2009 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4  # Config file used by /etc/init.d/rcS
     1.5  #
     1.6  
     1.7 -# Use udev to populate /dev and handles hotplug events.
     1.8 +# Use udev to populate /dev and handle hotplug events.
     1.9  UDEV="yes"
    1.10  
    1.11  # Clean up the system removing all tmp and pid files.
    1.12 @@ -31,7 +31,7 @@
    1.13  
    1.14  # Initialization scripts to run at boot time. Boot order is important,
    1.15  # bootopts.sh (boot options) must start first, hwconf after network (tazx
    1.16 -# need an active connexion to install Xorg) then you are free to choose.
    1.17 +# needs an active connection to install Xorg), then you are free to choose.
    1.18  # Note that the local.sh script exists to let you quickly add some local startup
    1.19  # commands.
    1.20  RUN_SCRIPTS="bootopts.sh network.sh i18n.sh hwconf.sh local.sh"