aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml5
-rw-r--r--chapter06/changingowner.xml11
-rw-r--r--index.xml4
3 files changed, 10 insertions, 10 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 6b782a2f5..99e1d774b 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -40,6 +40,11 @@
</itemizedlist>
</para></listitem>
+<listitem><para>May 28th, 2002 [gerard]: Chapter 06 - Changing ownership:
+removed the explicit command to chown <filename
+class="directory">/lost+found</filename>. This is done by the first command
+now that proc isn't mounted anymore in chapter 5.</para></listitem>
+
<listitem><para>May 27th, 2002 [gerard]: Upgraded to
ncurses-5.2-2.patch (this patch is smaller than the previously used
one).</para></listitem>
diff --git a/chapter06/changingowner.xml b/chapter06/changingowner.xml
index 94bac26ec..092bf073e 100644
--- a/chapter06/changingowner.xml
+++ b/chapter06/changingowner.xml
@@ -8,14 +8,9 @@ Run the following commands to do so:</para>
<para><screen><userinput>chown -R 0:0 /</userinput></screen></para>
-<para>Depending on the filesystem you created on the LFS partition, you may
-have a /lost+found directory. If so, run:</para>
-
-<para><screen><userinput>chown 0:0 /lost+found</userinput></screen></para>
-
-<para>These commands will change the ownership of the root partition to
-root. In these commands, 0:0 is used instead of the usual root:root, because
-the username root can't be resolved because glibc is not yet installed.</para>
+<para>This command will change the ownership of the root partition to
+root. 0:0 is used instead of the usual root:root, because the username
+root can't be resolved because glibc is not yet installed.</para>
</sect1>
diff --git a/index.xml b/index.xml
index bcc44b306..bfaeeef5d 100644
--- a/index.xml
+++ b/index.xml
@@ -4,8 +4,8 @@
<!ENTITY book SYSTEM "book/book.xml">
-<!ENTITY version "20020527">
-<!ENTITY releasedate "May 27th, 2002">
+<!ENTITY version "20020528">
+<!ENTITY releasedate "May 28th, 2002">
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
<!ENTITY http-root "http://ftp.linuxfromscratch.org">