diff options
Diffstat (limited to 'lfs.sh')
-rwxr-xr-x | lfs.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -118,6 +118,7 @@ for package in m4 ncurses bash coreutils diffutils file findutils gawk grep gzip fi done +printf "%b" "\n${YLW}Chapter 6 ${GRN}cleanup and backup${RST}\n" source chapter6/cleanup.sh source chapter6/backup.sh @@ -153,7 +154,7 @@ if [ "$retval" -eq 7 ]; then sudo umount "${LFS}"/sys sudo umount "${LFS}"/proc - printf "%b" "${GRN}Cleaning and backing up before starting Chapter 8.\n" + printf "%b" "\n${YLW}Chapter 7 ${GRN}cleanup and backup${RST}\n" source "${LFS}"/sources/chapter7/cleanup.sh source "${LFS}"/sources/chapter7/backup.sh else |