diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-03-26 20:29:47 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-03-26 20:29:47 -0500 |
commit | ef869d7305957f3a20fb03626e81ada7e7f740bd (patch) | |
tree | 92e753989cf16f53c77bf6e6b5ef132b848c6f00 | |
parent | dc9970b92ca782c11523252435a4878188d36c78 (diff) |
Enable cleanup/backup for chapter 6
-rwxr-xr-x | lfs.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -99,8 +99,8 @@ for package in m4 ncurses bash coreutils diffutils file findutils gawk grep gzip fi done -#source chapter6/cleanup.sh -#source chapter6/backup.sh +source chapter6/cleanup.sh +source chapter6/backup.sh chmod ugo+x preparechroot.sh chmod ugo+x insidechroot.sh |