aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-03-26 20:29:47 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-03-26 20:29:47 -0500
commitef869d7305957f3a20fb03626e81ada7e7f740bd (patch)
tree92e753989cf16f53c77bf6e6b5ef132b848c6f00
parentdc9970b92ca782c11523252435a4878188d36c78 (diff)
Enable cleanup/backup for chapter 6
-rwxr-xr-xlfs.sh4
1 files 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