summaryrefslogtreecommitdiff
path: root/configs/profile/root-image/root/customize_root_image.sh
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.sh
parent6b779d45b097980e75738512fd2eda2ead54bb22 (diff)
adapt for transitional base packages
Diffstat (limited to 'configs/profile/root-image/root/customize_root_image.sh')
-rwxr-xr-xconfigs/profile/root-image/root/customize_root_image.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/profile/root-image/root/customize_root_image.sh b/configs/profile/root-image/root/customize_root_image.sh
index 5496535..32bca8b 100755
--- a/configs/profile/root-image/root/customize_root_image.sh
+++ b/configs/profile/root-image/root/customize_root_image.sh
@@ -24,6 +24,9 @@ LOG_CONFIG "pacman"
[[ "${ISO_INIT}" == 'openrc' ]] && sed -i "$NONSYSTEMD_REGEX" /etc/pacman-online.conf
[[ "${INSTALL_TYPE}" == 'Complete' ]] && cp /etc/pacman-offline.conf /etc/pacman.conf || \
cp /etc/pacman-online.conf /etc/pacman.conf
+# FIXME: https://labs.parabola.nu/issues/2576
+# this LOC can be removed eventually after the new 'base' meta-package is stabilized
+pacman -R $(pacman -Qq | grep ^systemd-) netctl
LOG_CONFIG "services"