From f55c754b8d6923cdda9937839fca293b0e710f1d Mon Sep 17 00:00:00 2001 From: bill-auger Date: Wed, 2 May 2018 13:53:05 -0400 Subject: squashme - house keeping --- configs/profile/build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configs/profile') 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:]') -- cgit v1.2.2