diff options
Diffstat (limited to 'chapter07/bootscripts.xml')
-rw-r--r-- | chapter07/bootscripts.xml | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/chapter07/bootscripts.xml b/chapter07/bootscripts.xml index 9ee79f203..3c04492e2 100644 --- a/chapter07/bootscripts.xml +++ b/chapter07/bootscripts.xml @@ -30,8 +30,10 @@ <sect2 id="contents-bootscripts"><title>Contents of LFS-bootscripts</title> -<para><emphasis>Installed scripts</emphasis>: checkfs, cleanfs, functions, -halt, ifdown, ifup, loadkeys, localnet, mountfs, mountkernfs, network, rc, +<para><emphasis>Installed scripts</emphasis>: checkfs, cleanfs, +console, +functions, halt, ifdown, ifup, +localnet, mountfs, mountkernfs, network, rc, reboot, sendsignals, setclock, static, swap, sysklogd and template</para> </sect2> @@ -51,6 +53,12 @@ preserved between reboots, such as those in <filename>/var/run/</filename> and and removes the possibly present <filename>/etc/nologin</filename>, <filename>/fastboot</filename> and <filename>/forcefsck</filename> files.</para> +<indexterm zone="ch-scripts-bootscripts console-bootscripts"><primary sortas="d-console">console</primary></indexterm> +<para id="console-bootscripts">The <command>console</command> script +loads the keymap table you +specified as proper for your keyboard layout. +It also sets the screen font.</para> + <indexterm zone="ch-scripts-bootscripts functions-bootscripts"><primary sortas="d-functions">functions</primary></indexterm> <para id="functions-bootscripts">The <command>functions</command> script contains functions shared among different scripts, such as error and status checking.</para> @@ -62,10 +70,6 @@ different scripts, such as error and status checking.</para> <para id="ifdown-bootscripts">The <command>ifdown</command> and <command>ifup</command> scripts assist the network script with network devices.</para> -<indexterm zone="ch-scripts-bootscripts loadkeys-bootscripts"><primary sortas="d-loadkeys">loadkeys</primary></indexterm> -<para id="loadkeys-bootscripts">The <command>loadkeys</command> script loads the keymap table you -specified as proper for your keyboard layout.</para> - <indexterm zone="ch-scripts-bootscripts localnet-bootscripts"><primary sortas="d-localnet">localnet</primary></indexterm> <para id="localnet-bootscripts">The <command>localnet</command> script sets up the system's hostname and local loopback device.</para> |