diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2013-02-26 02:10:58 +0000 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2013-02-26 02:10:58 +0000 |
commit | 68f174bd7ee10b82fa51d48d0410aa59e4d5aa20 (patch) | |
tree | 9cddaec6eef765cbb472eb8a0ee863fd6082f197 /chapter06 | |
parent | d65b365590773d484b2257869671e8f7626c1337 (diff) |
Die, resizecons, die!
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10169 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/kbd.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chapter06/kbd.xml b/chapter06/kbd.xml index 97adb6899..b184f65a9 100644 --- a/chapter06/kbd.xml +++ b/chapter06/kbd.xml @@ -54,6 +54,14 @@ <screen><userinput remap="pre">sed -i -e '326 s/if/while/' src/loadkeys.analyze.l</userinput></screen> + <para>Remove the redundant <command>resizecons</command> program (it requires + the defunct svgalib to provide the video mode files - for normal use + <command>setfont</command> sizes the console appropriately) together with its + manpage.</para> + +<screen><userinput remap="pre">sed -i 's/\(RESIZECONS_PROGS=\)yes/\1no/g' 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 \ |