From 3720627e8863fcd5abeeca529f7b0709e6365cc4 Mon Sep 17 00:00:00 2001 From: nl6720 Date: Mon, 29 Jun 2020 20:23:00 +0300 Subject: Enable systemd units with symlinks instead of doing it via systemctl in chroot --- configs/releng/airootfs/root/customize_airootfs.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'configs/releng/airootfs/root') 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 -- cgit v1.2.3-54-g00ecf