From c3e6f21b06965ff990323b047968ab2856177ad7 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Thu, 1 Apr 2021 13:54:53 -0500 Subject: Add chapter 6 build message. --- lfs.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lfs.sh') diff --git a/lfs.sh b/lfs.sh index e7e47d0..333c4eb 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=$? -- cgit v1.2.3-54-g00ecf