From ef869d7305957f3a20fb03626e81ada7e7f740bd Mon Sep 17 00:00:00 2001 From: William Harrington Date: Fri, 26 Mar 2021 20:29:47 -0500 Subject: Enable cleanup/backup for chapter 6 --- lfs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs.sh b/lfs.sh index b21fb95..7a4eaa9 100755 --- a/lfs.sh +++ b/lfs.sh @@ -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 -- cgit v1.2.3-54-g00ecf