aboutsummaryrefslogtreecommitdiffstats
path: root/lfs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lfs.sh')
-rwxr-xr-xlfs.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/lfs.sh b/lfs.sh
index bfd70a0..ec627bd 100755
--- a/lfs.sh
+++ b/lfs.sh
@@ -105,6 +105,8 @@ for package in binutils gcc linux-api-headers glibc libstdc++; do
done
# Chapter 6
+printf "%b" "${IWHT}============ ${IGRN}Building ${IYLW}Chapter 6${IWHT} \
+============${RST}\n"
for package in m4 ncurses bash coreutils diffutils file findutils gawk grep gzip make patch sed tar xz binutils gcc; do
source packageinstall.sh 6 $package
retval=$?