source: appendixa/bootscripts-desc.xml@ 0aecdec

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 v3_2 v3_3 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 0aecdec was 6b9b8cd, checked in by Gerard Beekmans <gerard@…>, 22 years ago

fixed some typo's in xml tags

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

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