From fa0a03336d87673711b2e3ffa0181f1b16f734ea Mon Sep 17 00:00:00 2001 From: William Harrington Date: Thu, 1 Apr 2021 13:59:54 -0500 Subject: Add comment for chroot script chmod commands. --- lfs.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lfs.sh') diff --git a/lfs.sh b/lfs.sh index 333c4eb..b73e633 100755 --- a/lfs.sh +++ b/lfs.sh @@ -118,8 +118,10 @@ done source chapter6/cleanup.sh source chapter6/backup.sh +# Prepare chroot scripts to be executable for owner, group and others chmod ugo+x preparechroot.sh chmod ugo+x insidechroot.sh + printf "%b" "${CYN}PREPARING ${RED}CHROOT${CYN} ENVIRONMENT...${RST}\n" sudo ./preparechroot.sh "${LFS}" printf "%b" "${CYN}ENTERING ${RED}CHROOT${CYN} ENVIRONMENT...${RST}\n" -- cgit v1.2.3-54-g00ecf