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>2019-12-27 03:29:31 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2020-03-27 19:32:36 -0400
commit0eddd34890ed4a88ecf65ee9f039540bcf363b9f (patch)
treeec57edc8eb0e8c04b38ecf1849c8869d88c66dab /configs/profile/root-image/root/customize_root_image-constants.inc
parent6b779d45b097980e75738512fd2eda2ead54bb22 (diff)
adapt for transitional base packages
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.inc14
1 files changed, 7 insertions, 7 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 d24b3ed..9831e0f 100644
--- a/configs/profile/root-image/root/customize_root_image-constants.inc
+++ b/configs/profile/root-image/root/customize_root_image-constants.inc
@@ -3,10 +3,10 @@
# ISO_INIT
# ISO_GUI
# ENABLE_OFFLINE_INSTALL
-# HAS_BRLTTY_TTS
+# ENABLE_TTS_BRLTTY
-/* timezone and locales */
+## timezone and locales ##
readonly LOCALES="en_US\.UTF-8 \
eo \
@@ -18,12 +18,12 @@ readonly LOCALES="en_US\.UTF-8 \
pl_PL\.UTF-8 "
-/* pacman */
+## pacman ##
readonly NONSYSTEMD_REGEX='N ; s|^#\[nonsystemd\].*#Include|\[nonsystemd\]\nInclude|'
-/* services */
+## services ##
readonly OPENRC_DELETE_FILES="/etc/hostname \
/etc/systemd/scripts/choose-mirror \
@@ -37,11 +37,11 @@ readonly SYSTEMD_DELETE_FILES="/etc/conf.d/agetty.tty1 \
/etc/X11/Xwrapper.config"
readonly OPENRC_SERVICES_ALL="dbus \
+ elogind \
haveged \
NetworkManager \
pacman-init "
-readonly OPENRC_SERVICES_GUI="alsasound \
- elogind "
+readonly OPENRC_SERVICES_GUI="alsasound"
readonly SYSTEMD_SERVICES_ALL="choose-mirror.service \
multi-user.target \
pacman-init.service "
@@ -56,7 +56,7 @@ readonly SYSTEMD_SERVICES="${SYSTEMD_SERVICES_ALL}
$([[ "${ENABLE_TTS_BRLTTY}" == 'yes' ]] && echo " ${SYSTEMD_SERVICES_ACC}")"
-/* system defaults and root user */
+## system defaults and root user ##
readonly DEFAULT_SHELL=/bin/bash