mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 13:37:39 +00:00
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:
parent
6bb1e79860
commit
b4ff064a69
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user