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>2019-10-19 14:04:05 -0400
commit226879b9195dfeb4503b5102a9fa46a549aadb54 (patch)
treebf862b3fc3a6a741229befde17b7f9346d657167
parentfda94b076ddbc21d688b3c45c113c93bcd5bb000 (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 6537010..65b0a28 100755
--- a/configs/profile/build.sh
+++ b/configs/profile/build.sh
@@ -367,12 +367,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:]')