source: appendixa/bootscripts-desc.xml@ 34a2f0c

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_0 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 34a2f0c was 34a2f0c, checked in by Gerard Beekmans <gerard@…>, 22 years ago

fixed setup to 'set up'

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

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