aboutsummaryrefslogtreecommitdiffstats
path: root/lfs.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-03-24 13:04:40 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-03-24 13:04:40 -0500
commit68a82951d87dc542b4d6f14fb4e745b3154ccea5 (patch)
tree95fc75240b587effaf243290c99fc2087a804484 /lfs.sh
parent75a9caa958cb26fa755b28cda777517fb17bae07 (diff)
Make Building message when first starting the build to have the target LFS location and target disk/partition as high intensity white.
Diffstat (limited to 'lfs.sh')
-rwxr-xr-xlfs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lfs.sh b/lfs.sh
index c154c19..8a940c3 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"