aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml3
-rw-r--r--chapter06/coreutils.xml16
-rw-r--r--chapter06/udev.xml5
-rw-r--r--general.ent4
4 files changed, 14 insertions, 14 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 8e52ab4e0..f8a88654d 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -114,6 +114,9 @@ First a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
+<listitem><para>August 20th, 2005 [matt]: Stop moving some of coreutils binaries
+to /bin as they aren't required to be there (fixes bug 1620).</para></listitem>
+
<listitem><para>August 19th, 2005 [matt]: Upgrade to Udev-068</para></listitem>
<listitem><para>August 19th, 2005 [matt]: Upgrade to IANA-etc-2.00</para></listitem>
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml
index 65ff3f23b..704388d9d 100644
--- a/chapter06/coreutils.xml
+++ b/chapter06/coreutils.xml
@@ -82,17 +82,19 @@ groups:</para>
<screen><userinput>make install</userinput></screen>
-<para>Move programs to the proper locations:</para>
+<para>Move programs to the locations specified by the FHS:</para>
-<screen><userinput>mv /usr/bin/{[,basename,cat,chgrp,chmod,chown,cp,dd,df} /bin
-mv /usr/bin/{date,echo,false,head,hostname,install,ln} /bin
-mv /usr/bin/{ls,mkdir,mknod,mv,pwd,rm,rmdir,sync} /bin
-mv /usr/bin/{sleep,stty,test,touch,true,uname} /bin
+<screen><userinput>mv /usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo} /bin
+mv /usr/bin/{false,hostname,ln,ls,mkdir,mknod,mv,pwd,rm} /bin
+mv /usr/bin/{rmdir,stty,sync,true,uname} /bin
mv /usr/bin/chroot /usr/sbin</userinput></screen>
-<para>Finally, create a symlink to be FHS-compliant:</para>
+<para>Some of the scripts in the LFS-Bootscripts package depend on
+<command>head</command> and <command>sleep</command>. As
+<filename class="directory">/usr</filename> may not be available during the
+early stages of booting, those binaries need to be on the root partition:</para>
-<screen><userinput>ln -s ../../bin/install /usr/bin</userinput></screen>
+<screen><userinput>mv /usr/bin/{head,sleep} /bin</userinput></screen>
</sect2>
diff --git a/chapter06/udev.xml b/chapter06/udev.xml
index b582ad2af..4164bdcaf 100644
--- a/chapter06/udev.xml
+++ b/chapter06/udev.xml
@@ -30,11 +30,6 @@
<sect2 role="installation">
<title>Installation of Udev</title>
-<para>Fix an incorrect assumption in the Udev testsuite regarding the location
-of the <command>test</command> binary:</para>
-
-<screen><userinput>sed -i -e 's@/usr/bin/test@/bin/test@' test/udev-test.pl</userinput></screen>
-
<para>Compile the package:</para>
<screen><userinput>make udevdir=/dev</userinput></screen>
diff --git a/general.ent b/general.ent
index dc41e7273..c9940b552 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20050819">
-<!ENTITY releasedate "August 19, 2005">
+<!ENTITY version "SVN-20050820">
+<!ENTITY releasedate "August 20, 2005">
<!ENTITY milestone "6.2">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->