aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-03-24 13:02:10 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-03-24 13:02:10 -0500
commit3129e0fd3f2928862974902fb06e7258ec122b5e (patch)
treec5dbc1f3628979c2bc646eaf4deccd14327d3b4e
parent083c06ea231f56982a64fc81f445464119968411 (diff)
Make Building message when first starting the build to have the target LFS location and target disk/partition as high intensity white.
-rwxr-xr-xlfs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lfs.sh b/lfs.sh
index 991e7fe..145faeb 100755
--- a/lfs.sh
+++ b/lfs.sh
@@ -18,7 +18,7 @@ source spinner.sh
#source versioncheck.sh
printf "%b" "\n\n\n${CYN}BUILDING ${YLW}${LFS_VER} $(uname -m)${CYN} at \
-${PRP}${LFS}${CYN} on ${PRP}${LFS_DISK}${LFS_PART}${RST}\n\n\n"
+${IWHT}${LFS}${CYN} on ${IWHT}${LFS_DISK}${LFS_PART}${RST}\n\n\n"
# Continue or Abort
printf "%b" "${IGRN}CONTINUE ${IWHTB}(C)${RST} / ${IRED}ABORT ${IWHTB}(OTHER)${RST}\n"