From a77136fab286d5c6f44132c310e223ebbcee8540 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Wed, 24 Mar 2021 11:26:06 -0500 Subject: Add some comments. --- lfs.sh | 2 ++ 1 file changed, 2 insertions(+) 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}" \ -- cgit v1.2.3-54-g00ecf