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 --- chapter06/changingowner.xml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'chapter06') 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. -- cgit v1.2.3-54-g00ecf