diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-04-01 13:59:54 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-04-01 13:59:54 -0500 |
commit | fa0a03336d87673711b2e3ffa0181f1b16f734ea (patch) | |
tree | 6a176a9d2e47bdaefbf924d3a831fe2ecb1c7d88 /lfs.sh | |
parent | c3e6f21b06965ff990323b047968ab2856177ad7 (diff) |
Add comment for chroot script chmod commands.
Diffstat (limited to 'lfs.sh')
-rwxr-xr-x | lfs.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |