diff options
author | Zack Winkles <winkie@linuxfromscratch.org> | 2004-05-04 23:22:10 +0000 |
---|---|---|
committer | Zack Winkles <winkie@linuxfromscratch.org> | 2004-05-04 23:22:10 +0000 |
commit | 7d096f362d5d4f3be635d1e7abd14ae3b7114e6d (patch) | |
tree | 4ca31e88b1471da79cf51b0e868a14f6ce7b6e6a /chapter07 | |
parent | 6820da0337c2a6918f1917150802d57c8ecbdf01 (diff) |
- Add 'utmp' group
- Upgraded to latest bootscripts to support utmp group
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3475 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/bootscripts.xml | 4 | ||||
-rw-r--r-- | chapter07/chapter07.xml | 2 | ||||
-rw-r--r-- | chapter07/console.xml (renamed from chapter07/loadkeys.xml) | 14 |
3 files changed, 8 insertions, 12 deletions
diff --git a/chapter07/bootscripts.xml b/chapter07/bootscripts.xml index de6e35128..9ee79f203 100644 --- a/chapter07/bootscripts.xml +++ b/chapter07/bootscripts.xml @@ -25,10 +25,6 @@ <screen><userinput>make install</userinput></screen> -<para>Since we're using Udev, install the support script for it:</para> - -<screen><userinput>make install-udev</userinput></screen> - </sect2> diff --git a/chapter07/chapter07.xml b/chapter07/chapter07.xml index 64dfc7eb8..f6b5a9ba5 100644 --- a/chapter07/chapter07.xml +++ b/chapter07/chapter07.xml @@ -12,7 +12,7 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="usage.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="setclock.xml"/> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="loadkeys.xml"/> +<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="console.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sysklogd.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="hostname.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="hosts.xml"/> diff --git a/chapter07/loadkeys.xml b/chapter07/console.xml index d3abf96e4..c9e4242d5 100644 --- a/chapter07/loadkeys.xml +++ b/chapter07/console.xml @@ -3,12 +3,12 @@ <!ENTITY % general-entities SYSTEM "../general.ent"> %general-entities; ]> -<sect1 id="ch-scripts-loadkeys"> -<title>Do I need the loadkeys script?</title> -<?dbhtml filename="loadkeys.html"?> +<sect1 id="ch-scripts-console"> +<title>Do I need the console script?</title> +<?dbhtml filename="console.html"?> -<indexterm zone="ch-scripts-loadkeys"> -<primary sortas="d-loadkeys">loadkeys</primary> +<indexterm zone="ch-scripts-console"> +<primary sortas="d-console">console</primary> <secondary>configuring</secondary></indexterm> <para>If you plan to compile the keymap directly in the kernel during <xref @@ -19,7 +19,7 @@ to hurt you. Keeping it could even be beneficial, in case you run a lot of different kernels and can't be sure that the keymap is compiled into every one of them.</para> -<para>If you decided you don't need or don't want to use the loadkeys script, -remove the <filename class="symlink">/etc/rc.d/rcsysinit.d/S70loadkeys</filename> symlink.</para> +<para>If you decided you don't need or don't want to use the console script, +remove the <filename class="symlink">/etc/rc.d/rcsysinit.d/S70console</filename> symlink.</para> </sect1> |