From b4ff064a6988a94ad7c00b5cf8b4021363378358 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Tue, 28 May 2002 14:17:20 +0000 Subject: remove chown /lost+found git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1928 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 5 +++++ chapter06/changingowner.xml | 11 +++-------- index.xml | 4 ++-- 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 @@ +May 28th, 2002 [gerard]: Chapter 06 - Changing ownership: +removed the explicit command to chown /lost+found. This is done by the first command +now that proc isn't mounted anymore in chapter 5. + May 27th, 2002 [gerard]: Upgraded to ncurses-5.2-2.patch (this patch is smaller than the previously used one). 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: chown -R 0:0 / -Depending on the filesystem you created on the LFS partition, you may -have a /lost+found directory. If so, run: - -chown 0:0 /lost+found - -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. +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. diff --git a/index.xml b/index.xml index bcc44b306..bfaeeef5d 100644 --- a/index.xml +++ b/index.xml @@ -4,8 +4,8 @@ - - + + -- cgit v1.2.3-54-g00ecf