diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2012-05-18 21:14:54 +0000 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2012-05-18 21:14:54 +0000 |
commit | 7027db5944782f1d1330e49f4f7767ee75525137 (patch) | |
tree | 5baf8b2cc0182d8a87a31fd28249da6dffe30a79 /chapter06 | |
parent | 59d059189684bc2117f763029ecc4e48709c505c (diff) |
Remove resizecons.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9859 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/kbd.xml | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/chapter06/kbd.xml b/chapter06/kbd.xml index fa6133bda..7ff1e06d8 100644 --- a/chapter06/kbd.xml +++ b/chapter06/kbd.xml @@ -5,6 +5,9 @@ %general-entities; ]> +<!-- FIXME: upstream git has been persuaded by SuSe to build resizecons on x86_64, +so the sed will need attention if that change is not removed before the next release --> + <sect1 id="ch-system-kbd" role="wrap"> <?dbhtml filename="kbd.html"?> @@ -60,6 +63,14 @@ <screen><userinput remap="pre">sed -i '/guardado\ el/s/\(^.*en\ %\)\(.*\)/\14\$\2/' po/es.po</userinput></screen> + <para>Remove the redundant <command>resizecons</command> program (32-bit x86 + only, needs the defunct svgalib, which predates linux-2.6 and is incompatible + with modern KMS, to provide the video mode files - for normal use + <command>setfont</command> sizes the console appropriately) and its manpage:</para> + +<screen><userinput remap="pre">sed -i 's/\(RESIZECONS_PROGS=\)yes/\1no/' configure && +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</userinput></screen> @@ -123,7 +134,7 @@ cp -R -v doc/* \ <seg>chvt, deallocvt, dumpkeys, fgconsole, getkeycodes, kbd_mode, kbdrate, loadkeys, loadunimap, mapscrn, openvt, psfaddtable (link to psfxtable), psfgettable (link to - psfxtable), psfstriptable (link to psfxtable), psfxtable, resizecons, + psfxtable), psfstriptable (link to psfxtable), psfxtable, <!--resizecons,--> setfont, setkeycodes, setleds, setmetamode, showconsolefont, showkey, unicode_start, and unicode_stop</seg> <seg>/lib/kbd</seg> @@ -287,7 +298,7 @@ cp -R -v doc/* \ </listitem> </varlistentry> - <varlistentry id="resizecons"> + <!--<varlistentry id="resizecons"> <term><command>resizecons</command></term> <listitem> <para>Changes the kernel idea of the console size</para> @@ -295,7 +306,7 @@ cp -R -v doc/* \ <primary sortas="b-resizecons">resizecons</primary> </indexterm> </listitem> - </varlistentry> + </varlistentry>--> <varlistentry id="setfont"> <term><command>setfont</command></term> |