website rev 532
en: Tiny edits Ckbk
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Thu Aug 13 22:10:14 2009 +0000 (2009-08-13) |
parents | a63ce154d926 |
children | 4eea4b8d3511 |
files | en/doc/cookbook/boot-scripts.html |
line diff
1.1 --- a/en/doc/cookbook/boot-scripts.html Fri Jul 31 12:06:03 2009 +0200 1.2 +++ b/en/doc/cookbook/boot-scripts.html Thu Aug 13 22:10:14 2009 +0000 1.3 @@ -69,8 +69,8 @@ 1.4 basic function of rc scripts. Also note that all startup 1.5 scripts and daemons can call upon the <code>/etc/init.d/rc.functions</code> 1.6 file. This file makes it possible to include various functions 1.7 -in rc scripts. SliTaz uses a function <code>status</code> to check whether 1.8 -the previous command has succeeded (0) or not. 1.9 +in rc scripts. For example, SliTaz uses a function <code>status</code> to 1.10 +check whether the previous command has succeeded (0) or not. 1.11 </p> 1.12 1.13 <a name="rcS"></a> 1.14 @@ -97,7 +97,7 @@ 1.15 at boot time and is readable via the /proc/cmdline file. 1.16 This is the script that allows you to use a USB key or 1.17 external hard disk <code>/home</code> partition with the option home=usb 1.18 -or home=sda[1-9] or directly specify the language and 1.19 +or home=sda[1-9]. Note, it can also directly specify the language and 1.20 keyboard parameters. 1.21 </p> 1.22