From 8c136f346961589e1c899504fc9dd35aeec4db64 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Mon, 11 Mar 2002 20:37:21 +0000 Subject: [PATCH] removed loadkeys configure in chapter 7 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1703 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 2ada6ca3b..ad41f976f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -30,6 +30,11 @@ +March 11th, 2002 [gerard]: Chapter 07 - Loadkeys: Removed +the need to configure a /etc/sysconfig/keyboard file. +The kbd patch makes this obsolete (loadkeys -d is used +now). + March 11th, 2002 [gerard]: Chapter 05 - Gawk: Added -Dre_max_failures=re_max_failures2 bug fix for glibc-2.1.x systems.