diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-04-28 21:11:44 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-04-28 21:11:44 +0000 |
commit | 5042021869a2b8207d224f553ce4bd03c71e0506 (patch) | |
tree | 0bf4755a88175822c4546f72c22c5ff7f385f0e8 /chapter06/kbd.xml | |
parent | 1026c1ee3143b0f0804b6456c70cc0841a99db36 (diff) |
Sync with latest trunk updates
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10255 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/kbd.xml')
-rw-r--r-- | chapter06/kbd.xml | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/chapter06/kbd.xml b/chapter06/kbd.xml index fbdc109b7..380e771e7 100644 --- a/chapter06/kbd.xml +++ b/chapter06/kbd.xml @@ -64,20 +64,20 @@ sed -i 's/resizecons.8 //' man/man8/Makefile.in &&</userinput></screen> <para>Prepare Kbd for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr --datadir=/lib/kbd --disable-vlock</userinput></screen> +<screen><userinput remap="configure">./configure --prefix=/usr --disable-vlock</userinput></screen> <variablelist> <title>The meaning of the configure options:</title> - +<!-- <varlistentry> - <term><parameter>--datadir=/lib/kbd</parameter></term> + <term><parameter>- -datadir=/lib/kbd</parameter></term> <listitem> <para>This option puts keyboard layout data in a directory that will always be on the root partition instead of the default <filename class="directory">/usr/share/kbd</filename>.</para> </listitem> </varlistentry> - +--> <varlistentry> <term><parameter>--disable-vlock</parameter></term> <listitem> @@ -106,6 +106,7 @@ sed -i 's/resizecons.8 //' man/man8/Makefile.in &&</userinput></screen> such languages have to download working keymaps separately.</para> </note> +<!-- <para>Some of the scripts in the LFS-Bootscripts package depend on <command>kbd_mode</command>, <command>loadkeys</command>, <command>openvt</command>, and @@ -114,12 +115,11 @@ sed -i 's/resizecons.8 //' man/man8/Makefile.in &&</userinput></screen> need to be on the root partition:</para> <screen><userinput remap="install">mv -v /usr/bin/{kbd_mode,loadkeys,openvt,setfont} /bin</userinput></screen> - +--> <para>If desired, install the documentation:</para> -<screen><userinput remap="install">mkdir -v /usr/share/doc/kbd-&kbd-version; -cp -R -v doc/* \ - /usr/share/doc/kbd-&kbd-version;</userinput></screen> +<screen><userinput remap="install">mkdir -v /usr/share/doc/kbd-&kbd-version; +cp -R -v doc/* /usr/share/doc/kbd-&kbd-version;</userinput></screen> </sect2> @@ -128,7 +128,7 @@ cp -R -v doc/* \ <segmentedlist> <segtitle>Installed programs</segtitle> - <segtitle>Installed directory</segtitle> + <segtitle>Installed directories</segtitle> <seglistitem> <seg>chvt, deallocvt, dumpkeys, fgconsole, getkeycodes, kbdinfo, @@ -137,7 +137,8 @@ cp -R -v doc/* \ psfxtable), psfstriptable (link to psfxtable), psfxtable, resizecons, setfont, setkeycodes, setleds, setmetamode, showconsolefont, showkey, unicode_start, and unicode_stop</seg> - <seg>/lib/kbd</seg> + <seg>/usr/share/consolefonts, /usr/share/consoletrans, /usr/share/keymaps, + /usr/share/unimaps</seg> </seglistitem> </segmentedlist> |