remove chown /lost+found

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1928 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2002-05-28 14:17:20 +00:00
parent 6bb1e79860
commit b4ff064a69
3 changed files with 10 additions and 10 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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">