diff options
-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 |