aboutsummaryrefslogtreecommitdiffstats
path: root/lfs.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-04-01 16:34:38 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-04-01 16:34:38 -0500
commit35d43dceb238ecd5a61c3fdc9035844e8146c940 (patch)
treed6cf96b972b0a586265a7e46c589f475dfe9c4e1 /lfs.sh
parentfa97bb7243563fca9dba2dc58f5bc68762344265 (diff)
Use intense colors for backup found message and indent. Change cleanup and backup message for chapter 7 in lfs.sh.
Diffstat (limited to 'lfs.sh')
-rwxr-xr-xlfs.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/lfs.sh b/lfs.sh
index aaa27af..64ca920 100755
--- a/lfs.sh
+++ b/lfs.sh
@@ -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