slitaz-boot-scripts rev 218

Tiny edits rcS.conf
author Paul Issott <paul@slitaz.org>
date Sun Dec 05 18:47:04 2010 +0000 (2010-12-05)
parents 05ced4fe03dd
children 7125405f8998
files etc/rcS.conf
line diff
     1.1 --- a/etc/rcS.conf	Thu Nov 04 09:51:36 2010 +0000
     1.2 +++ b/etc/rcS.conf	Sun Dec 05 18:47:04 2010 +0000
     1.3 @@ -10,7 +10,7 @@
     1.4  
     1.5  # Filesystems to check integrity of at boot time. You should check the
     1.6  # rootfs (where SliTaz is installed) and all partitions listed in
     1.7 -# /etc/fstab. Example : CHECK_FS="/dev/hda5 /dev/hdb1"
     1.8 +# /etc/fstab. Example: CHECK_FS="/dev/hda5 /dev/hdb1"
     1.9  CHECK_FS=""
    1.10  
    1.11  # Fast boot into X by setting the system keymap-locale and starting 
    1.12 @@ -29,8 +29,8 @@
    1.13  #
    1.14  LOAD_MODULES=" "
    1.15  
    1.16 -# Initialization scripts to run at boot time. Boot order is important,
    1.17 -# bootopts.sh (boot options) must start first, hwconf after network (tazx
    1.18 +# Initialization scripts to run at boot time. Boot order is important:
    1.19 +# bootopts.sh (boot options) must start first, hwconf.sh after network.sh (tazx
    1.20  # needs an active connection to install Xorg), then you are free to choose.
    1.21  # Note that the local.sh script exists to let you quickly add some local startup
    1.22  # commands.