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>2020-01-20 14:08:26 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2020-03-27 19:32:36 -0400
commit5c1cdb27e53cc929a7351ea846927c2252822f29 (patch)
treeb8a8fd088291328c01156676af39c5675d751cb5 /configs/profile/root-image/root/customize_root_image.sh
parent469cd3a009df6ad493f98bbf185d3e98ff345971 (diff)
more transitional package adjustments
Diffstat (limited to 'configs/profile/root-image/root/customize_root_image.sh')
-rwxr-xr-xconfigs/profile/root-image/root/customize_root_image.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/profile/root-image/root/customize_root_image.sh b/configs/profile/root-image/root/customize_root_image.sh
index 8c2c066..f82fe5f 100755
--- a/configs/profile/root-image/root/customize_root_image.sh
+++ b/configs/profile/root-image/root/customize_root_image.sh
@@ -26,7 +26,7 @@ LOG_CONFIG "pacman"
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
+pacman -R $(pacman -Qq | grep ^systemd-)
LOG_CONFIG "services"