[lfs] branch trunk updated: Make clear what findmnt should return in 7.13
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <176477366463.25937.10360746531896664452@rivendell.linuxfromscratch.org> |
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch trunk
in repository lfs.
The following commit(s) were added to refs/heads/trunk by this push:
new 781fe3999 Make clear what findmnt should return in 7.13
781fe3999 is described below
commit 781fe39992576b2f87d52b0d1dd987a4615fda2d
Author: Pierre Labastie <[email protected]>
AuthorDate: Wed Dec 3 15:50:56 2025 +0100
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.
---
chapter07/cleanup.xml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/chapter07/cleanup.xml b/chapter07/cleanup.xml
index 8181a0f57..7d744fd8c 100644
--- a/chapter07/cleanup.xml
+++ b/chapter07/cleanup.xml
@@ -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
building using a restore, remember to check that the virtual
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
environment (see <xref linkend='ch-tools-chroot'/>) before continuing.
</para>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
--
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page