[lfs] 01/02: arm64: kbd: Remove sed for disabling resizecons
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch xry111/arm64 in repository lfs. commit 40b45650ab102e831400440d481bb7f7002572b8 Author: Xi Ruoyao <[email protected]> AuthorDate: Fri Sep 5 23:49:05 2025 +0800 arm64: kbd: Remove sed for disabling resizecons This program is automatically disabled for non-x86 systems. (cherry picked from commit e4a1379f4731ae6df7018288fef01b70274c8e6a) --- chapter08/kbd.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter08/kbd.xml b/chapter08/kbd.xml index 7dc735fe3..b134aff74 100644 --- a/chapter08/kbd.xml +++ b/chapter08/kbd.xml @@ -57,7 +57,7 @@ <para>After patching, the backspace key generates the character with code 127, and the delete key generates a well-known escape sequence.</para> - +<!-- <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 @@ -65,7 +65,7 @@ <screen><userinput remap="pre">sed -i '/RESIZECONS_PROGS=/s/yes/no/' configure sed -i 's/resizecons.8 //' docs/man/man8/Makefile.in</userinput></screen> - +--> <para>Prepare Kbd for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr --disable-vlock</userinput></screen> -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/lfs-book Unsubscribe: See the above information page