slitaz-boot-scripts rev 265 4.3
Edit system.sh
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Mon May 16 21:13:00 2011 +0100 (2011-05-16) |
parents | c7182655c428 |
children | 815ea1a52cf6 |
files | etc/init.d/system.sh |
line diff
1.1 --- a/etc/init.d/system.sh Mon May 16 11:40:35 2011 +0200 1.2 +++ b/etc/init.d/system.sh Mon May 16 21:13:00 2011 +0100 1.3 @@ -2,8 +2,8 @@ 1.4 # /etc/init.d/system.sh - SliTaz hardware configuration. 1.5 # 1.6 # This script configures the sound card and screen. Tazhw is used earlier 1.7 -# at boot time to autoconfigure PCI and USB devices. It also configure 1.8 -# system language, keyboarf and TZ in live mode. 1.9 +# at boot time to autoconfigure PCI and USB devices. It also configures 1.10 +# system language, keyboard and TZ in live mode. 1.11 # 1.12 . /etc/init.d/rc.functions 1.13 1.14 @@ -132,7 +132,7 @@ 1.15 fi 1.16 1.17 # Start X sesssion as soon as possible in Live/frugal mode. HD install 1.18 -# can use FAST_BOOT_X wich start X even before. In live mode we need 1.19 +# can use FAST_BOOT_X which starts X beforehand. In live mode we need 1.20 # keymap config for Xorg configuration and a working Xorg config. 1.21 #if [ "$SCREEN" != "text" ] && [ -x /usr/bin/slim ]; then 1.22 #if fgrep -q root=/dev/null /proc/cmdline; then