diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-05-03 10:59:46 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-05-03 10:59:46 +0000 |
commit | 673b0d84ba9591e07c0bdf0ee49d92eba10f502c (patch) | |
tree | 129e27a1450727b440da4378e0117a468eb9c25e /appendixa/bootscripts-desc.xml | |
parent | 287ea55da70ceb1f0990554b7db921d525fef816 (diff) |
* Merged newxml into HEAD
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/bootscripts-desc.xml')
-rw-r--r-- | appendixa/bootscripts-desc.xml | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/appendixa/bootscripts-desc.xml b/appendixa/bootscripts-desc.xml deleted file mode 100644 index faa237c22..000000000 --- a/appendixa/bootscripts-desc.xml +++ /dev/null @@ -1,58 +0,0 @@ -<sect2><title>Short descriptions</title> - -<para>The <command>checkfs</command> script checks the file systems just -before they are mounted (with the exception of journal and network based -file systems).</para> - -<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> - -<para>The <command>functions</command> script contains functions shared among -different scripts, such as error and status checking.</para> - -<para>The <command>halt</command> script halts the system.</para> - -<para>The <command>ifdown</command> and <command>ifup</command> scripts assist -the network script with network devices.</para> - -<para>The <command>loadkeys</command> script loads the keymap table you -specified as proper for your keyboard layout.</para> - -<para>The <command>localnet</command> script sets up the system's hostname and -local loopback device.</para> - -<para>The <command>mountfs</command> script mounts all file systems that -aren't marked <emphasis>noauto</emphasis> or aren't network based.</para> - -<para>The <command>mountproc</command> script is used to mount the proc -file system.</para> - -<para>The <command>network</command> script sets up network interfaces, such -as network cards, and sets up the default gateway where applicable.</para> - -<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> - -<para>The <command>reboot</command> script reboots the system.</para> - -<para>The <command>sendsignals</command> script makes sure every process is -terminated before the system reboots or halts.</para> - -<para>The <command>setclock</command> script resets the kernel clock to -localtime in case the hardware clock isn't set to GMT time.</para> - -<para>The <command>swap</command> script enables and disables swap files and -partitions.</para> - -<para>The <command>sysklogd</command> script starts and stops the system and -kernel log daemons.</para> - -<para>The <command>template</command> script is a template you can use to -create your own bootscripts for your other daemons.</para> - -</sect2> - |