diff options
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/bootscripts.xml | 13 | ||||
-rw-r--r-- | chapter07/console.xml | 36 |
2 files changed, 16 insertions, 33 deletions
diff --git a/chapter07/bootscripts.xml b/chapter07/bootscripts.xml index 802012b30..2ad26e814 100644 --- a/chapter07/bootscripts.xml +++ b/chapter07/bootscripts.xml @@ -54,7 +54,7 @@ <segtitle>Installed directories</segtitle> <seglistitem> - <seg>checkfs, cleanfs, console, consolelog, functions, halt, ifdown, + <seg>checkfs, cleanfs, console, functions, halt, ifdown, ifup, localnet, modules, mountfs, mountkernfs, network, rc, reboot, sendsignals, setclock, static, swap, sysctl, sysklogd, template, udev, and udev_retry</seg> @@ -105,17 +105,6 @@ </listitem> </varlistentry> - <varlistentry id="consolelog-bootscripts"> - <term><command>consolelog</command></term> - <listitem> - <para>Sets the kernel log level to control messages reaching the - console.</para> - <indexterm zone="ch-scripts-bootscripts consolelog-bootscripts"> - <primary sortas="d-consolelog">consolelog</primary> - </indexterm> - </listitem> - </varlistentry> - <varlistentry id="functions-bootscripts"> <term><command>functions</command></term> <listitem> diff --git a/chapter07/console.xml b/chapter07/console.xml index cbdb2ea2f..75a3d2a25 100644 --- a/chapter07/console.xml +++ b/chapter07/console.xml @@ -15,29 +15,23 @@ <secondary>configuring</secondary> </indexterm> - <indexterm zone="ch-scripts-console"> - <primary sortas="d-consolelog">consolelog</primary> - <secondary>configuring</secondary> - </indexterm> - <para>This section discusses how to configure the <command>console</command> - and <command>consolelog</command> bootscripts that set up the keyboard map, - console font and console kernel log level. If non-ASCII characters (e.g., - the copyright sign, the British pound sign and Euro symbol) will not be used - and the keyboard is a U.S. one, much of this section can be skipped. Without - the configuration file, the <command>console</command> bootscript will do - nothing.</para> - - <para>The <command>console</command> and <command>consolelog</command> - scripts read the <filename>/etc/sysconfig/console</filename> file for - configuration information. - Decide which keymap and screen font will be used. Various language-specific - HOWTOs can also help with this, see <ulink + bootscript that sets up the keyboard map, console font and console kernel log + level. If non-ASCII characters (e.g., the copyright sign, the British pound + sign and Euro symbol) will not be used and the keyboard is a U.S. one, much + of this section can be skipped. Without the configuration file, (or + equivalent settings in <filename>rc.site</filename>), the + <command>console</command> bootscript will do nothing.</para> + + <para>The <command>console</command> script reads the + <filename>/etc/sysconfig/console</filename> file for configuration + information. Decide which keymap and screen font will be used. Various + language-specific HOWTOs can also help with this, see <ulink url="http://www.tldp.org/HOWTO/HOWTO-INDEX/other-lang.html"/>. If still in - doubt, look in the <filename class="directory">/lib/kbd</filename> - directory for valid keymaps and screen fonts. Read - <filename>loadkeys(1)</filename> and <filename>setfont(8)</filename> manual - pages to determine the correct arguments for these programs.</para> + doubt, look in the <filename class="directory">/lib/kbd</filename> directory + for valid keymaps and screen fonts. Read <filename>loadkeys(1)</filename> and + <filename>setfont(8)</filename> manual pages to determine the correct + arguments for these programs.</para> <para>The <filename>/etc/sysconfig/console</filename> file should contain lines of the form: VARIABLE="value". The following variables are recognized:</para> |