summaryrefslogtreecommitdiff
path: root/configs/profile/root-image/root
diff options
context:
space:
mode:
Diffstat (limited to 'configs/profile/root-image/root')
-rw-r--r--configs/profile/root-image/root/.install-systemd-mate/packages5
-rw-r--r--configs/profile/root-image/root/customize_root_image-constants.inc8
2 files changed, 10 insertions, 3 deletions
diff --git a/configs/profile/root-image/root/.install-systemd-mate/packages b/configs/profile/root-image/root/.install-systemd-mate/packages
index 0d0fd76..299605e 100644
--- a/configs/profile/root-image/root/.install-systemd-mate/packages
+++ b/configs/profile/root-image/root/.install-systemd-mate/packages
@@ -51,3 +51,8 @@ lightdm-gtk-greeter-settings
mate
mate-extra
volumeicon
+alsa-utils
+bluez
+bluez-libs
+brltty
+espeakup
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 d02e3cc..e8efb65 100644
--- a/configs/profile/root-image/root/customize_root_image-constants.inc
+++ b/configs/profile/root-image/root/customize_root_image-constants.inc
@@ -31,9 +31,11 @@ readonly OPENRC_SERVICES_ALL="dbus \
pacman-init "
readonly OPENRC_SERVICES_GUI="alsasound \
elogind "
-readonly SYSTEMD_SERVICES_ALL="choose-mirror.service \
- multi-user.target \
- pacman-init.service "
+readonly SYSTEMD_SERVICES_ALL="brltty.service \
+ choose-mirror.service \
+ livecd-alsa-unmuter.service \
+ multi-user.target \
+ pacman-init.service "
readonly SYSTEMD_SERVICES_GUI="NetworkManager.service"
readonly OPENRC_SERVICES="${OPENRC_SERVICES_ALL} \
$([[ "${ISO_GUI}" != 'cli' ]] && echo " ${OPENRC_SERVICES_GUI}")"