aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlfs.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/lfs.sh b/lfs.sh
index dc83800..a6b2abc 100755
--- a/lfs.sh
+++ b/lfs.sh
@@ -226,6 +226,9 @@ source mountvirtfs.sh
printf "%b" "\n${CYN}ENTERING ${RED}CHROOT${CYN} ENVIRONMENT...${RST}\n"
sleep 3
+# Create chapter9 log directory as non root user
+mkdir -p "${LFS}"/sources/log/chapter9
+
# Enter CHROOT for chapter 9,10
sudo chroot "${LFS}" /usr/bin/env -i \
HOME=/root \