summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2018-05-02 13:53:05 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2018-07-02 10:50:34 -0400
commitf55c754b8d6923cdda9937839fca293b0e710f1d (patch)
treed78fdc76936e99981884b22d1a37fdf11e1f411c
parent7ca2cfee88594abf74a5b05579c7e941c0eb34ef (diff)
squashme - house keeping
-rwxr-xr-xconfigs/profile/build.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/profile/build.sh b/configs/profile/build.sh
index e61472c..1536dad 100755
--- a/configs/profile/build.sh
+++ b/configs/profile/build.sh
@@ -386,12 +386,12 @@ case "${target}" in
esac
if [[ "$enable_offline_install" == 'true' ]]; then
iso_type='complete'
- launch_msg="${launch_msg} (net-install or offline install)"
+ launch_msg="${launch_msg} (offline install enabled)"
else
iso_type='netinstall'
- launch_msg="${launch_msg} (net-install only)"
+ launch_msg="${launch_msg} (net install only)"
fi
-iso_title="${iso_title} ${iso_edition} Edition ${iso_version}"
+iso_title="${iso_title} - ${iso_edition} Edition ${iso_version}"
iso_filename="parabola-${iso_edition}-${iso_arch}-${iso_type}-${iso_version}.iso"
iso_filename=$(echo ${iso_filename} | tr '[:upper:]/' '[:lower:]-')
iso_init=$(echo ${iso_edition} | cut -d '/' -f 1 | tr '[:upper:]' '[:lower:]')