Changeset 7027db5 for chapter06/kbd.xml


Ignore:
Timestamp:
05/18/2012 09:14:54 PM (12 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
40690e1
Parents:
59d0591
Message:

Remove resizecons.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9859 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/kbd.xml

    r59d0591 r7027db5  
    66]>
    77
     8<!-- FIXME: upstream git has been persuaded by SuSe to build resizecons on x86_64,
     9so the sed will need attention if that change is not removed before the next release -->
     10
    811<sect1 id="ch-system-kbd" role="wrap">
    912  <?dbhtml filename="kbd.html"?>
     
    6063
    6164<screen><userinput remap="pre">sed -i '/guardado\ el/s/\(^.*en\ %\)\(.*\)/\14\$\2/' po/es.po</userinput></screen>
     65
     66    <para>Remove the redundant <command>resizecons</command> program (32-bit x86
     67    only, needs the defunct svgalib, which predates linux-2.6 and is incompatible
     68    with modern KMS, to provide the video mode files - for normal use
     69    <command>setfont</command> sizes the console appropriately) and its manpage:</para>
     70
     71<screen><userinput remap="pre">sed -i 's/\(RESIZECONS_PROGS=\)yes/\1no/' configure &amp;&amp;
     72sed -i 's/resizecons.8 //' man/man8/Makefile.in</userinput></screen>
    6273
    6374    <para>Prepare Kbd for compilation:</para>
     
    124135        kbdrate, loadkeys, loadunimap,
    125136        mapscrn, openvt, psfaddtable (link to psfxtable), psfgettable (link to
    126         psfxtable), psfstriptable (link to psfxtable), psfxtable, resizecons,
     137        psfxtable), psfstriptable (link to psfxtable), psfxtable, <!--resizecons,-->
    127138        setfont, setkeycodes, setleds, setmetamode,
    128139        showconsolefont, showkey, unicode_start, and unicode_stop</seg>
     
    288299      </varlistentry>
    289300
    290       <varlistentry id="resizecons">
     301  <!--<varlistentry id="resizecons">
    291302        <term><command>resizecons</command></term>
    292303        <listitem>
     
    296307          </indexterm>
    297308        </listitem>
    298       </varlistentry>
     309      </varlistentry>-->
    299310
    300311      <varlistentry id="setfont">
Note: See TracChangeset for help on using the changeset viewer.