source: appendixa/bootscripts-desc.xml@ ab28d5f

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 6.0 6.1 6.1.1 6.3 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk v4_1 v5_0 v5_1 v5_1_1 xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since ab28d5f was 6a9875d, checked in by Timothy Bauscher <timothy@…>, 22 years ago

Applied Bill Maltby's grammatic-fixes patch.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2164 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 2.9 KB
Line 
1<sect2><title>Contents of LFS-bootscripts</title>
2
3<para>Last checked against version &bootscripts-contversion;.</para>
4
5<sect3><title>Scripts</title>
6
7<para>checkfs, cleanfs, functions, halt, ifdown, ifup, loadkeys, localnet,
8mountfs, mountproc, network, rc, reboot, sendsignals, setclock, swap,
9sysklogd and template</para></sect3>
10
11<sect3><title>Descriptions</title>
12
13<sect4><title>checkfs</title>
14<para>The checkfs script checks the file systems just before they are
15mounted (with the exception of journal and network based file
16systems).</para></sect4>
17
18<sect4><title>cleanfs</title>
19<para>The cleanfs script removes files that shouldn't be preserved between
20reboots, such as /var/run/* and /var/lock/*. It re-creates /var/run/utmp and
21removes the possibly present /etc/nologin, /fastboot and /forcefsck
22files.</para></sect4>
23
24<sect4><title>functions</title>
25<para>The functions script contains functions shared among different
26scripts such as error checking, status checking, etc.</para></sect4>
27
28<sect4><title>halt</title>
29<para>The halt script halts the system.</para></sect4>
30
31<sect4><title>ifdown, ifup</title>
32<para>The ifdown and ifup scripts assist the network script with
33network devices.</para></sect4>
34
35<sect4><title>loadkeys</title>
36<para>The loadkeys script loads the keymap table you specified as proper for
37your keyboard layout.</para></sect4>
38
39<sect4><title>localnet</title>
40<para>The localnet script sets up the system's hostname and local loopback
41device.</para></sect4>
42
43<sect4><title>mountfs</title>
44<para>The mountfs script mounts all file systems that aren't marked noauto
45or aren't network based.</para></sect4>
46
47<sect4><title>mountproc</title>
48<para>The mountproc script is used to mount the proc filesystem.</para></sect4>
49
50<sect4><title>network</title>
51<para>The network script sets up network interfaces, such as network cards,
52and sets up the default gateway where applicable.</para></sect4>
53
54<sect4><title>rc</title>
55<para>The rc script is the master runlevel control script. It is
56responsible for running all the other scripts one-by-one in a specific
57sequence.</para></sect4>
58
59<sect4><title>reboot</title>
60<para>The reboot scripts reboots the system.</para></sect4>
61
62<sect4><title>sendsignals</title>
63<para>The sendsignals script makes sure every process is terminated before
64the system reboots or halts.</para></sect4>
65
66<sect4><title>setclock</title>
67<para>The setclock scripts resets the kernel clock to localtime in case
68the hardware clock isn't set to GMT time.</para></sect4>
69
70<sect4><title>swap</title>
71<para>The swap scripts enables and disables swap files and
72partitions.</para></sect4>
73
74<sect4><title>sysklogd</title>
75<para>The sysklogd script starts and stops the system and kernel log
76daemons.</para></sect4>
77
78<sect4><title>template</title>
79<para>The template script is a template you can use to create your own
80bootscripts for your other daemons.</para></sect4>
81
82</sect3>
83
84</sect2>
85
Note: See TracBrowser for help on using the repository browser.