Make clear what findmnt should return in 7.13

To test whether the virtual kernel filesystems are mounted, we
tell to run "findmnt | grep $LFS", but we didn't tell what to expect
from this.
This commit is contained in:
Pierre Labastie
2025-12-03 15:50:56 +01:00
parent 50ed68a11f
commit 781fe39992

View File

@@ -173,7 +173,11 @@ tar -xpf $HOME/lfs-temp-tools-&version;.tar.xz</literal></screen>
If you left the chroot environment to create a backup or restart If you left the chroot environment to create a backup or restart
building using a restore, remember to check that the virtual building using a restore, remember to check that the virtual
file systems are still mounted (<command>findmnt | grep file systems are still mounted (<command>findmnt | grep
$LFS</command>). If they are not mounted, remount them now as $LFS</command> should show at least
<filename class="directory">$LFS/dev</filename>,
<filename class="directory">$LFS/proc</filename>, and
<filename class="directory">$LFS/sys</filename> as mounted).
If they are not mounted, remount them now as
described in <xref linkend='ch-tools-kernfs'/> and re-enter the chroot described in <xref linkend='ch-tools-kernfs'/> and re-enter the chroot
environment (see <xref linkend='ch-tools-chroot'/>) before continuing. environment (see <xref linkend='ch-tools-chroot'/>) before continuing.
</para> </para>