slitaz-boot-scripts rev 351

Tiny edits
author Paul Issott <paul@slitaz.org>
date Mon Feb 17 19:47:59 2014 +0000 (2014-02-17)
parents 885bdbb76e21
children ff7bbd4b6599
files etc/init.d/rcS etc/network.conf init
line diff
     1.1 --- a/etc/init.d/rcS	Sun Feb 16 19:41:19 2014 +0100
     1.2 +++ b/etc/init.d/rcS	Mon Feb 17 19:47:59 2014 +0000
     1.3 @@ -91,8 +91,8 @@
     1.4  done
     1.5  status
     1.6  
     1.7 -# Clean up the system and set up tmp dirs */run/* are tmpfs so ther are 
     1.8 -# clean up at shutdown.
     1.9 +# Clean up the system and set up tmp dirs. */run/* are tmpfs so they are 
    1.10 +# cleaned up at shutdown.
    1.11  if [ "$CLEAN_UP_SYSTEM" = "yes" ]; then
    1.12  	echo -n "Cleaning up the system..."
    1.13  	rm -rf /tmp
    1.14 @@ -146,7 +146,7 @@
    1.15  fi
    1.16  
    1.17  # Start syslogd and klogd
    1.18 -echo -n "Starting system log deamon: syslogd..."
    1.19 +echo -n "Starting system log daemon: syslogd..."
    1.20  syslogd -s $SYSLOGD_ROTATED_SIZE && status
    1.21  echo -n "Starting kernel log daemon: klogd..."
    1.22  klogd && status
    1.23 @@ -189,7 +189,7 @@
    1.24  	done
    1.25  fi
    1.26  
    1.27 -# Start X sesssion
    1.28 +# Start X session
    1.29  if [ "$SCREEN" != "text" ] && [ "$LOGIN_MANAGER" ] && [ -x /etc/init.d/$LOGIN_MANAGER ]; then
    1.30  	mkdir -p  /var/run/dbus
    1.31  	/etc/init.d/dbus start
     2.1 --- a/etc/network.conf	Sun Feb 16 19:41:19 2014 +0100
     2.2 +++ b/etc/network.conf	Mon Feb 17 19:47:59 2014 +0000
     2.3 @@ -43,6 +43,6 @@
     2.4  WIFI_CHANNEL=""
     2.5  WPA_DRIVER=""
     2.6  
     2.7 -# Wifi network requiering a user and password
     2.8 +# Wifi network requiring a user and password
     2.9  WIFI_IDENTITY=""
    2.10  WIFI_PASSWORD=""
     3.1 --- a/init	Sun Feb 16 19:41:19 2014 +0100
     3.2 +++ b/init	Mon Feb 17 19:47:59 2014 +0000
     3.3 @@ -1,6 +1,6 @@
     3.4  #!/bin/sh
     3.5  
     3.6 -### catched kernel parameters :
     3.7 +### cached kernel parameters :
     3.8  #
     3.9  # modprobe=
    3.10  #         list of modules to load, example modprobe=r8169,btrfs
    3.11 @@ -24,7 +24,7 @@
    3.12  #         loop file for root filesystem
    3.13  #   subroot= [MOUNT]
    3.14  #         sub directory for root filesystem
    3.15 -#     bindfs= [MOUNT] (depredicated)
    3.16 +#     bindfs= [MOUNT] (deprecated)
    3.17  #         bind out of root tree part
    3.18  #
    3.19  ### Special disk mode ; needs extra modules/softwares from preinit flavor.
    3.20 @@ -44,7 +44,7 @@
    3.21  # rodev= [LORAM][MERGE]
    3.22  #         device (+ optional path) for the read only aufs branch
    3.23  # rwdev= [LORAM][MERGE]
    3.24 -#         (persitant) device for the r/w aufs branch instead of the ramfs
    3.25 +#         (persistent) device for the r/w aufs branch instead of the ramfs
    3.26  # isofs [LORAM]
    3.27  #         do not use squashfs filesystem images, but the cdrom filesystem only
    3.28