Install systemd-networkd during setup

This commit is contained in:
Manuel Thalmann 2024-12-08 02:49:45 +01:00
parent 73734293fd
commit 9007570d94

View file

@ -94,6 +94,7 @@ begin
and echo (getOSConfig hostname) | arch-chroot "$mountDir" tee /etc/hostname >/dev/null
and runInOS fish "$tempDir/../Software/systemd-networkd/main.fish"
and runInOS fish "$tempDir/../Software/btrfs/main.fish"
and arch-chroot "$mountDir" mkinitcpio -P
and runInOS fish "$tempDir/../Software/grub/main.fish"