aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-03-24 11:26:06 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-03-24 11:26:06 -0500
commita77136fab286d5c6f44132c310e223ebbcee8540 (patch)
treece226a7d0947541cc85b0090431053aa9212ad6a
parent64dc5f16ece5051bf4c2aa74cfeeff8172d71ed0 (diff)
Add some comments.
-rwxr-xr-xlfs.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/lfs.sh b/lfs.sh
index 84da9b6..991e7fe 100755
--- a/lfs.sh
+++ b/lfs.sh
@@ -136,8 +136,10 @@ else
exit "$retval"
fi
+# Mount virtual kernel filesystems after cleanup and backup
source mountvirtfs.sh
+# Enter CHROOT for chapter 8, 9 and 10
sudo chroot "${LFS}" /usr/bin/env \
HOME=/root \
TERM="${TERM}" \