From 9174a66f3453d2054a0168ceb43140feb6651790 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sat, 20 Jun 2020 07:26:14 +0000 Subject: minor rewords in the beginning of chap 7 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11966 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/changingowner.xml | 4 ++-- chapter07/chroot.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'chapter07') diff --git a/chapter07/changingowner.xml b/chapter07/changingowner.xml index 3c39e4214..b412bb278 100644 --- a/chapter07/changingowner.xml +++ b/chapter07/changingowner.xml @@ -21,8 +21,8 @@ Currently, the whole directory hierarchy in $LFS is owned by the user lfs, a user - that exists only on the host system. If the directories under $LFS are kept as they are, the files are + that exists only on the host system. If the directories and files under $LFS are kept as they are, they will be owned by a user ID without a corresponding account. This is dangerous because a user account created later could get this same user ID and would own all the files under $LFS, thus exposing diff --git a/chapter07/chroot.xml b/chapter07/chroot.xml index c0cd4fc96..085fb406e 100644 --- a/chapter07/chroot.xml +++ b/chapter07/chroot.xml @@ -43,8 +43,8 @@ (/) directory. Notice that /tools/bin is not - in the PATH. This means that a temporary tool will no longer be - used once its final version is installed. This occurs when the shell does not + in the PATH. This means that the cross toolchain will no longer be + used in the chroot environment. This occurs when the shell does not remember the locations of executed binaries—for this reason, hashing is switched off by passing the +h option to bash. -- cgit v1.2.3-54-g00ecf