website diff en/doc/cookbook/boot-scripts.html @ rev 176
en: Update Multimedia in Hdbk
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Wed Oct 15 19:37:53 2008 +0000 (2008-10-15) |
parents | d9b57e3d7da5 |
children | c10e5ca45ef1 |
line diff
1.1 --- a/en/doc/cookbook/boot-scripts.html Thu Aug 21 22:19:36 2008 +0000 1.2 +++ b/en/doc/cookbook/boot-scripts.html Wed Oct 15 19:37:53 2008 +0000 1.3 @@ -49,7 +49,7 @@ 1.4 SliTaz does not use a level of execution (runlevel), the 1.5 system is initialized via a primary script and its main 1.6 configuration file. This script itself launches some other smaller 1.7 -scripts which deal with the internationalization or the 1.8 +scripts which deal with the internationalization or other 1.9 commands placed for the system to start. 1.10 </p> 1.11 1.12 @@ -80,7 +80,7 @@ 1.13 basic services and initializes the base system. It begins by 1.14 mounting the filesystems and starts services like syslogd, klogd, 1.15 mdev and cleans up the system and so on. It 1.16 -uses the configuration file <code>/etc/rcS.conf</code> to see which daemons 1.17 +uses the configuration file <code>/etc/rcS.conf</code> to locate which daemons 1.18 and scripts to launch at startup. You can browse the script 1.19 to know which commands are executed: 1.20 </p>