diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-03-24 13:02:10 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-03-24 13:02:10 -0500 |
commit | 3129e0fd3f2928862974902fb06e7258ec122b5e (patch) | |
tree | c5dbc1f3628979c2bc646eaf4deccd14327d3b4e | |
parent | 083c06ea231f56982a64fc81f445464119968411 (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-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" |