slitaz-boot-scripts view etc/init.d/README @ rev 126

network: ndiswrapper driver is installed only once and mod load with LOAD_MODULES
author Christophe Lincoln <pankso@slitaz.org>
date Mon Dec 01 22:03:15 2008 +0100 (2008-12-01)
parents d2ef6089e2a4
children 16c27ed1f2c9
line source
1 /etc/init.d/README for SliTaz init boot scripts.
2 ===============================================================================
5 SliTaz doesn't use runlevels, inittab starts /etc/init.d/rcS, which uses the
6 config file /etc/rcS.conf to run all scripts specified with $RUN_SCRIPTS, and
7 then starts all daemons specified with $RUN_DAEMONS. The idea is to centralize
8 the main system boot initialization in one configuration file. Init scripts can
9 use the rc.functions file (part of the base-files) to call for the status
10 function. Daemons can use /etc/daemons.conf to call for default options, in
11 this way users/admins dont need to edit the daemon init script, located
12 in /etc/init.d directory.
15 ===============================================================================
16 http://www.slitaz.org/