From 11146d2ca0de2864033b78a99fdec03663873757 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Thu, 1 Apr 2021 14:32:15 -0500 Subject: Adjust formatting of main download and build chapter sections. --- lfs.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lfs.sh') diff --git a/lfs.sh b/lfs.sh index 5d89760..6f15ca9 100755 --- a/lfs.sh +++ b/lfs.sh @@ -88,7 +88,8 @@ cp -rf ./*.sh chapter* ./*.csv "${LFS}/sources" cd "${LFS}/sources" || exit 1 # Download packages and patches -printf "%b" "${GRN}Downloading source packages and patches... \n" +printf "%b" "\n${IWHT}============ ${IGRN}Downloading source files and patches \ +${IWHT}============${RST}\n" source download.sh retval=$? if [ "$retval" -ne 0 ]; then @@ -96,7 +97,7 @@ if [ "$retval" -ne 0 ]; then fi # Chapter 5 -printf "%b" "${IWHT}============ ${IGRN}Building ${IYLW}Chapter 5${IWHT} \ +printf "%b" "\n${IWHT}============ ${IGRN}Building ${IYLW}Chapter 5${IWHT} \ ============${RST}\n" for package in binutils gcc linux-api-headers glibc libstdc++; do source packageinstall.sh 5 $package @@ -107,7 +108,7 @@ for package in binutils gcc linux-api-headers glibc libstdc++; do done # Chapter 6 -printf "%b" "${IWHT}============ ${IGRN}Building ${IYLW}Chapter 6${IWHT} \ +printf "%b" "\n${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 -- cgit v1.2.3-54-g00ecf