summaryrefslogtreecommitdiff
path: root/configs/profile/root-image/root/customize_root_image-constants.inc
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2017-11-19 21:32:20 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2018-01-01 00:53:19 -0500
commit9261216e0d259d05b6e76d111d22d9cc59414191 (patch)
treec8b67c84fac3303cecf395ce6997a3fb720720ec /configs/profile/root-image/root/customize_root_image-constants.inc
parent103b48e15a88cf04532de2be5a6ea670e2886a4a (diff)
extract skel files into 'parabola-laf' repo
Diffstat (limited to 'configs/profile/root-image/root/customize_root_image-constants.inc')
-rw-r--r--configs/profile/root-image/root/customize_root_image-constants.inc3
1 files changed, 1 insertions, 2 deletions
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 e2d3fc1..a183102 100644
--- a/configs/profile/root-image/root/customize_root_image-constants.inc
+++ b/configs/profile/root-image/root/customize_root_image-constants.inc
@@ -6,7 +6,6 @@ readonly LOCALES="en_US\.UTF-8 \
it_IT\.UTF-8 \
pt_BR\.UTF-8 \
pl_PL\.UTF-8 "
-readonly REPOS='libre core extra community pcr'
readonly SYSTEMD_DELETE_FILES="/etc/conf.d/agetty.tty1 \
/etc/conf.d/hostname \
/etc/init.d/pacman-init \
@@ -50,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 WELCOME_TITLE="Parabola ${iso_init}/${iso_gui} Edition - (${INSTALL_TYPE})"
+readonly PRETTY_NAME="$(echo ${iso_title} | cut -d ' ' -f 5) - (${INSTALL_TYPE})"