Clarify remounting after exiting chroot

This commit is contained in:
Bruce Dubbs 2021-07-28 15:52:27 -05:00
parent 7f9a48070e
commit 7e4c60ef34

View File

@ -175,10 +175,12 @@ tar -xpf $HOME/lfs-temp-tools-&versiond;.tar.xz</computeroutput></screen>
<para> <para>
If you left the chroot environment either to strip off debug If you left the chroot environment either to strip off debug
symbols, create a backup, or restart building using a restore, 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 described in <xref linkend='ch-tools-kernfs'/> and re-enter
the chroot environment (see <xref linkend='ch-tools-chroot'/>) the chroot environment (see <xref linkend='ch-tools-chroot'/>)
again before continuing. before continuing.
</para> </para>
</important> </important>