2003-10-06 23:19:12 +01:00
|
|
|
<sect2><title>Short descriptions</title>
|
2002-01-15 23:48:18 +00:00
|
|
|
|
2003-09-24 23:29:16 +01:00
|
|
|
<para>The <command>checkfs</command> script checks the file systems just
|
2004-01-31 15:07:36 +00:00
|
|
|
before they are mounted (with the exception of journal and network based
|
|
|
|
file systems).</para>
|
2002-01-15 23:48:18 +00:00
|
|
|
|
2003-10-06 23:19:12 +01:00
|
|
|
<para>The <command>cleanfs</command> script removes files that shouldn't be
|
|
|
|
preserved between reboots, such as those in <filename>/var/run/</filename> and
|
|
|
|
<filename>/var/lock/</filename>. It re-creates <filename>/var/run/utmp</filename>
|
|
|
|
and removes the possibly present <filename>/etc/nologin</filename>,
|
|
|
|
<filename>/fastboot</filename> and <filename>/forcefsck</filename> files.</para>
|
2002-01-15 23:48:18 +00:00
|
|
|
|
2003-09-24 23:29:16 +01:00
|
|
|
<para>The <command>functions</command> script contains functions shared among
|
|
|
|
different scripts, such as error and status checking.</para>
|
2002-01-15 23:48:18 +00:00
|
|
|
|
2003-09-24 23:29:16 +01:00
|
|
|
<para>The <command>halt</command> script halts the system.</para>
|
2002-01-15 23:48:18 +00:00
|
|
|
|
2003-09-24 23:29:16 +01:00
|
|
|
<para>The <command>ifdown</command> and <command>ifup</command> scripts assist
|
|
|
|
the network script with network devices.</para>
|
2002-06-24 16:53:59 +01:00
|
|
|
|
2003-09-24 23:29:16 +01:00
|
|
|
<para>The <command>loadkeys</command> script loads the keymap table you
|
|
|
|
specified as proper for your keyboard layout.</para>
|
2002-01-15 23:48:18 +00:00
|
|
|
|
2003-09-24 23:29:16 +01:00
|
|
|
<para>The <command>localnet</command> script sets up the system's hostname and
|
|
|
|
local loopback device.</para>
|
2002-01-15 23:48:18 +00:00
|
|
|
|
2003-09-24 23:29:16 +01:00
|
|
|
<para>The <command>mountfs</command> script mounts all file systems that
|
2004-01-31 15:07:36 +00:00
|
|
|
aren't marked <emphasis>noauto</emphasis> or aren't network based.</para>
|
2002-01-15 23:48:18 +00:00
|
|
|
|
2003-09-24 23:29:16 +01:00
|
|
|
<para>The <command>mountproc</command> script is used to mount the proc
|
2004-01-31 15:07:36 +00:00
|
|
|
file system.</para>
|
2002-06-24 16:53:59 +01:00
|
|
|
|
2003-09-24 23:29:16 +01:00
|
|
|
<para>The <command>network</command> script sets up network interfaces, such
|
|
|
|
as network cards, and sets up the default gateway where applicable.</para>
|
2002-01-15 23:48:18 +00:00
|
|
|
|
2003-09-24 23:29:16 +01:00
|
|
|
<para>The <command>rc</command> script is the master runlevel control script.
|
|
|
|
It is responsible for running all the other scripts one-by-one in a specific
|
|
|
|
sequence.</para>
|
2002-01-15 23:48:18 +00:00
|
|
|
|
2003-09-24 23:29:16 +01:00
|
|
|
<para>The <command>reboot</command> script reboots the system.</para>
|
2002-01-15 23:48:18 +00:00
|
|
|
|
2003-09-24 23:29:16 +01:00
|
|
|
<para>The <command>sendsignals</command> script makes sure every process is
|
|
|
|
terminated before the system reboots or halts.</para>
|
2002-01-15 23:48:18 +00:00
|
|
|
|
2003-09-24 23:29:16 +01:00
|
|
|
<para>The <command>setclock</command> script resets the kernel clock to
|
|
|
|
localtime in case the hardware clock isn't set to GMT time.</para>
|
2002-01-15 23:48:18 +00:00
|
|
|
|
2003-09-24 23:29:16 +01:00
|
|
|
<para>The <command>swap</command> script enables and disables swap files and
|
|
|
|
partitions.</para>
|
2002-01-15 23:48:18 +00:00
|
|
|
|
2003-09-24 23:29:16 +01:00
|
|
|
<para>The <command>sysklogd</command> script starts and stops the system and
|
|
|
|
kernel log daemons.</para>
|
2002-01-15 23:48:18 +00:00
|
|
|
|
2003-09-24 23:29:16 +01:00
|
|
|
<para>The <command>template</command> script is a template you can use to
|
|
|
|
create your own bootscripts for your other daemons.</para>
|
2002-02-06 23:15:46 +00:00
|
|
|
|
2002-01-15 23:48:18 +00:00
|
|
|
</sect2>
|
|
|
|
|