diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-03-24 13:04:40 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-03-24 13:04:40 -0500 |
commit | 68a82951d87dc542b4d6f14fb4e745b3154ccea5 (patch) | |
tree | 95fc75240b587effaf243290c99fc2087a804484 /lfs.sh | |
parent | 75a9caa958cb26fa755b28cda777517fb17bae07 (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-x | lfs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |