Browse Source

remove chown /lost+found

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1928 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 23 years ago
parent
commit
b4ff064a69
3 changed files with 10 additions and 10 deletions
  1. 5 0
      chapter01/changelog.xml
  2. 3 8
      chapter06/changingowner.xml
  3. 2 2
      index.xml

+ 5 - 0
chapter01/changelog.xml

@@ -40,6 +40,11 @@
 </itemizedlist>
 </itemizedlist>
 </para></listitem>
 </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
 <listitem><para>May 27th, 2002 [gerard]: Upgraded to
 ncurses-5.2-2.patch (this patch is smaller than the previously used
 ncurses-5.2-2.patch (this patch is smaller than the previously used
 one).</para></listitem>
 one).</para></listitem>

+ 3 - 8
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><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>
 </sect1>
 
 

+ 2 - 2
index.xml

@@ -4,8 +4,8 @@
 
 
 <!ENTITY book SYSTEM "book/book.xml">
 <!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 ftp-root "ftp://ftp.linuxfromscratch.org">
 <!ENTITY http-root "http://ftp.linuxfromscratch.org">
 <!ENTITY http-root "http://ftp.linuxfromscratch.org">