# HG changeset patch # User Paul Issott # Date 1305576780 -3600 # Node ID 7cae07b3665508755b7748f46701111c9158e87d # Parent c7182655c428af74858e88eb4d5b3241bfebe821 Edit system.sh diff -r c7182655c428 -r 7cae07b36655 etc/init.d/system.sh --- a/etc/init.d/system.sh Mon May 16 11:40:35 2011 +0200 +++ b/etc/init.d/system.sh Mon May 16 21:13:00 2011 +0100 @@ -2,8 +2,8 @@ # /etc/init.d/system.sh - SliTaz hardware configuration. # # This script configures the sound card and screen. Tazhw is used earlier -# at boot time to autoconfigure PCI and USB devices. It also configure -# system language, keyboarf and TZ in live mode. +# at boot time to autoconfigure PCI and USB devices. It also configures +# system language, keyboard and TZ in live mode. # . /etc/init.d/rc.functions @@ -132,7 +132,7 @@ fi # Start X sesssion as soon as possible in Live/frugal mode. HD install -# can use FAST_BOOT_X wich start X even before. In live mode we need +# can use FAST_BOOT_X which starts X beforehand. In live mode we need # keymap config for Xorg configuration and a working Xorg config. #if [ "$SCREEN" != "text" ] && [ -x /usr/bin/slim ]; then #if fgrep -q root=/dev/null /proc/cmdline; then