aboutsummaryrefslogtreecommitdiffstats
path: root/lfs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lfs.sh')
-rwxr-xr-xlfs.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/lfs.sh b/lfs.sh
index 40ec310..0dea3a0 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