aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2006-07-13 15:28:35 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2006-07-13 15:28:35 +0000
commitb540268f6ab54e1f83feeb0d325335dd51b952ad (patch)
treedb76d2cdc167366bc88485ce45cd9a47bb26a1e3 /chapter01
parent83f017331fdfbe05eda75eb76e397fdbecae14ec (diff)
Moved the executables: nice, find, kbd_mode, openvt, and setfont to /bin. Added --datadir=/lib/kbd to kbd's configure.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7668 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r--chapter01/changelog.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index bd5e4f6c0..4fbb93a8c 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -39,6 +39,13 @@
<para>July 13, 2006</para>
<itemizedlist>
<listitem>
+ <para>[bdubbs] - Moved the executables: nice, find, kbd_mode,
+ openvt, and setfont to /bin to support boot scripts.
+ Added --datadir=/lib/kbd to kbd's configure so that keyboard
+ data will always be on the root partition.
+ </para>
+ </listitem>
+ <listitem>
<para>[bdubbs] - Updated text in section 7.9 (The Bash
Shell Startup Files) to better explain the Xlib example.
</para>