Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/configs/releng/airootfs/root
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2020-06-29 20:23:00 +0300
committernl6720 <nl6720@gmail.com>2020-06-30 06:25:43 +0300
commit3720627e8863fcd5abeeca529f7b0709e6365cc4 (patch)
treef9665f89c3682bc5ab45759be304b2274c65997e /configs/releng/airootfs/root
parentd11737ffe86f22efc9e84ce4eec7c6f4bae1a4f3 (diff)
Enable systemd units with symlinks instead of doing it via systemctl in chroot
Diffstat (limited to 'configs/releng/airootfs/root')
-rwxr-xr-xconfigs/releng/airootfs/root/customize_airootfs.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/releng/airootfs/root/customize_airootfs.sh b/configs/releng/airootfs/root/customize_airootfs.sh
index 5ea4a8b..10fc477 100755
--- a/configs/releng/airootfs/root/customize_airootfs.sh
+++ b/configs/releng/airootfs/root/customize_airootfs.sh
@@ -15,6 +15,3 @@ passwd -d root
sed -i 's/#\(PermitRootLogin \).\+/\1yes/' /etc/ssh/sshd_config
sed -i "s/#Server/Server/g" /etc/pacman.d/mirrorlist
-
-systemctl enable pacman-init.service choose-mirror.service systemd-networkd.service systemd-resolved.service
-systemctl set-default multi-user.target