aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-04-01 12:58:04 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-04-01 12:58:04 -0500
commitf2e9645d4fa4d21c3938ec24cd7539c812fc8f03 (patch)
treea934335233180d5f0e53733f246e482acd2e5968
parent1ff075252a4d0de5a14a8740fa440818c6b61ec1 (diff)
Add warning message about potential loss of data when not manually setting up the LFS partition, filesystem and mounting.
-rwxr-xr-xlfs.sh10
1 files changed, 9 insertions, 1 deletions
diff --git a/lfs.sh b/lfs.sh
index f2b170c..46cbfdd 100755
--- a/lfs.sh
+++ b/lfs.sh
@@ -18,7 +18,15 @@ source functions.sh
#source versioncheck.sh
printf "%b" "\n\n\n${CYN}BUILDING ${YLW}${LFS_VER} $(uname -m)${CYN} at \
-${IWHT}${LFS}${CYN} on ${IWHT}${LFS_DISK}${LFS_PART}${RST}\n\n\n"
+${IWHT}${LFS}${CYN} on ${IWHT}${LFS_DISK}${LFS_PART}${RST}\n\n"
+
+printf "%b" "${IRED}*** ${IREDB}WARNING${RST} \
+${IWHT}POTENTIAL DATA LOSS \
+${IREDB}WARNING ${RST}${IRED}***${GRN}\n${RST}"
+
+printf "%b" "${GRN}Automatic creation of partition(s), filesystem(s) \n\
+and mounting will occur unless manually performed\n\
+before continuing.${RST}\n\n\n"
# Continue or Abort
printf "%b" "${IGRN}CONTINUE ${IWHTB}(C)${RST} / ${IRED}ABORT ${IWHTB}(OTHER)${RST}\n"