aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2021-07-28 15:52:27 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2021-07-28 15:52:27 -0500
commit7e4c60ef343b4149ff05f603242a4b17df15c9ee (patch)
tree2c963dff42ccc14000403c8c1bc00e605b99e9e3
parent7f9a48070ec6c9c4246f6afdd8a65b6836134288 (diff)
Clarify remounting after exiting chroot
-rw-r--r--chapter07/stripping.xml6
1 files changed, 4 insertions, 2 deletions
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</computeroutput></screen>
<para>
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 (<command>findmnt | grep $LFS</command>).
+ If they are not mounted, remount them now as
described in <xref linkend='ch-tools-kernfs'/> and re-enter
the chroot environment (see <xref linkend='ch-tools-chroot'/>)
- again before continuing.
+ before continuing.
</para>
</important>