From 7e4c60ef343b4149ff05f603242a4b17df15c9ee Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 28 Jul 2021 15:52:27 -0500 Subject: Clarify remounting after exiting chroot --- chapter07/stripping.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'chapter07') diff --git a/chapter07/stripping.xml b/chapter07/stripping.xml index 24ac67e4b..1d81fff6f 100644 --- a/chapter07/stripping.xml +++ b/chapter07/stripping.xml @@ -175,10 +175,12 @@ tar -xpf $HOME/lfs-temp-tools-&versiond;.tar.xz If you left the chroot environment either to strip off debug symbols, create a backup, or restart building using a restore, - remember to mount the kernel virtual filesystems now again as + remember to check that the virtual filesystems are still + mounted (findmnt | grep $LFS). + If they are not mounted, remount them now as described in and re-enter the chroot environment (see ) - again before continuing. + before continuing. -- cgit v1.2.3-54-g00ecf