From 781fe39992576b2f87d52b0d1dd987a4615fda2d Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Wed, 3 Dec 2025 15:50:56 +0100 Subject: [PATCH] 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 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 (findmnt | grep - $LFS). If they are not mounted, remount them now as + $LFS should show at least + $LFS/dev, + $LFS/proc, and + $LFS/sys as mounted). + If they are not mounted, remount them now as described in and re-enter the chroot environment (see ) before continuing.