Enable systemd units with symlinks instead of doing it via systemctl in chroot
This commit is contained in:
parent
d11737ffe8
commit
3720627e88
@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/systemd-networkd.service
|
@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/systemd-resolved.service
|
1
configs/releng/airootfs/etc/systemd/system/default.target
Symbolic link
1
configs/releng/airootfs/etc/systemd/system/default.target
Symbolic link
@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/multi-user.target
|
@ -0,0 +1 @@
|
||||
../choose-mirror.service
|
@ -0,0 +1 @@
|
||||
../pacman-init.service
|
@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/systemd-networkd.service
|
@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/systemd-resolved.service
|
@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/systemd-networkd-wait-online.service
|
@ -0,0 +1 @@
|
||||
/usr/lib/systemd/system/systemd-networkd.socket
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user