From 7341b211b33bd208e345cfdac5909c42dfbb9150 Mon Sep 17 00:00:00 2001 From: bill-auger Date: Thu, 21 Dec 2017 18:48:47 -0500 Subject: squashme skel --- configs/profile/root-image/root/customize_root_image-constants.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/profile/root-image/root/customize_root_image-constants.inc') diff --git a/configs/profile/root-image/root/customize_root_image-constants.inc b/configs/profile/root-image/root/customize_root_image-constants.inc index a183102..a334924 100644 --- a/configs/profile/root-image/root/customize_root_image-constants.inc +++ b/configs/profile/root-image/root/customize_root_image-constants.inc @@ -49,4 +49,4 @@ readonly OPENRC_USER_GROUPS="disk,sys" readonly USER_GROUPS="${LIVE_USER_GROUPS}" [ "${enable_offline_install}" == 'true' ] && readonly INSTALL_TYPE="Complete" || \ readonly INSTALL_TYPE="NetInstall" -readonly PRETTY_NAME="$(echo ${iso_title} | cut -d ' ' -f 5) - (${INSTALL_TYPE})" +readonly PRETTY_NAME="$(echo ${iso_title} | cut -d ' ' -f -5) - (${INSTALL_TYPE})" -- cgit v1.2.2