source: appendixa/bootscripts-desc.xml@ 41903a5

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 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 41903a5 was c78044e, checked in by Timothy Bauscher <timothy@…>, 21 years ago

Bootscripts conversion.

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

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