summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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:]')