diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-01-30 12:51:22 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-01-30 12:51:22 +0000 |
commit | d72e04ae7c868b734e3ad39982b169c71444f541 (patch) | |
tree | 8009bd8eb42c8b44e5c78decfd41c579e74a2c3b /chapter08/kernel.xml | |
parent | bce08efc719e0824225490272cefa848a2313b24 (diff) |
Added <literal> tags.
Added NEW comments to commands that differs from testing.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4599 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/kernel.xml')
-rw-r--r-- | chapter08/kernel.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 01bac036b..5a4c60c90 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -33,11 +33,13 @@ processes to gain root privledges upon loading of a kernel module. See: <screen><userinput>make mrproper</userinput></screen> +<!--NEW: the sed command has been removed--> + <para>If, in <xref linkend="ch-scripts-console"/>, you decided you want to compile the keymap into the kernel, issue the command below:</para> <screen><userinput>loadkeys -m /usr/share/kbd/keymaps/<replaceable>[path to keymap]</replaceable> > \ - <replaceable>[unpacked sources dir]</replaceable>/linux-&linux-version;/drivers/char/defkeymap.c</userinput></screen> + drivers/char/defkeymap.c</userinput></screen> <para>Configure the kernel via a menu-driven interface:</para> |