# HG changeset patch # User Paul Issott # Date 1392666479 0 # Node ID 80ff25a654046728d5c8fe50db2971cbe27cceca # Parent 885bdbb76e210a00ebc10175ce02e32f98f1fc65 Tiny edits diff -r 885bdbb76e21 -r 80ff25a65404 etc/init.d/rcS --- a/etc/init.d/rcS Sun Feb 16 19:41:19 2014 +0100 +++ b/etc/init.d/rcS Mon Feb 17 19:47:59 2014 +0000 @@ -91,8 +91,8 @@ done status -# Clean up the system and set up tmp dirs */run/* are tmpfs so ther are -# clean up at shutdown. +# Clean up the system and set up tmp dirs. */run/* are tmpfs so they are +# cleaned up at shutdown. if [ "$CLEAN_UP_SYSTEM" = "yes" ]; then echo -n "Cleaning up the system..." rm -rf /tmp @@ -146,7 +146,7 @@ fi # Start syslogd and klogd -echo -n "Starting system log deamon: syslogd..." +echo -n "Starting system log daemon: syslogd..." syslogd -s $SYSLOGD_ROTATED_SIZE && status echo -n "Starting kernel log daemon: klogd..." klogd && status @@ -189,7 +189,7 @@ done fi -# Start X sesssion +# Start X session if [ "$SCREEN" != "text" ] && [ "$LOGIN_MANAGER" ] && [ -x /etc/init.d/$LOGIN_MANAGER ]; then mkdir -p /var/run/dbus /etc/init.d/dbus start diff -r 885bdbb76e21 -r 80ff25a65404 etc/network.conf --- a/etc/network.conf Sun Feb 16 19:41:19 2014 +0100 +++ b/etc/network.conf Mon Feb 17 19:47:59 2014 +0000 @@ -43,6 +43,6 @@ WIFI_CHANNEL="" WPA_DRIVER="" -# Wifi network requiering a user and password +# Wifi network requiring a user and password WIFI_IDENTITY="" WIFI_PASSWORD="" diff -r 885bdbb76e21 -r 80ff25a65404 init --- a/init Sun Feb 16 19:41:19 2014 +0100 +++ b/init Mon Feb 17 19:47:59 2014 +0000 @@ -1,6 +1,6 @@ #!/bin/sh -### catched kernel parameters : +### cached kernel parameters : # # modprobe= # list of modules to load, example modprobe=r8169,btrfs @@ -24,7 +24,7 @@ # loop file for root filesystem # subroot= [MOUNT] # sub directory for root filesystem -# bindfs= [MOUNT] (depredicated) +# bindfs= [MOUNT] (deprecated) # bind out of root tree part # ### Special disk mode ; needs extra modules/softwares from preinit flavor. @@ -44,7 +44,7 @@ # rodev= [LORAM][MERGE] # device (+ optional path) for the read only aufs branch # rwdev= [LORAM][MERGE] -# (persitant) device for the r/w aufs branch instead of the ramfs +# (persistent) device for the r/w aufs branch instead of the ramfs # isofs [LORAM] # do not use squashfs filesystem images, but the cdrom filesystem only