enable network services

This commit is contained in:
everyone 2023-11-14 21:10:45 -08:00
parent de8abfde96
commit 91d24c3cc8
Signed by: everyone
SSH Key Fingerprint: SHA256:FKcGHdUnp2OocVUUAEJV25QetYQXwbmKPSsblofJOrM
1 changed files with 2 additions and 1 deletions

View File

@ -195,8 +195,9 @@ genfstab -U /mnt | tail -32 >>/mnt/etc/fstab
### network configuration
printf "zesktop" >>/mnt/etc/hostname
cp -v /etc/systemd/network/* /mnt/etc/systemd/network/
arch-chroot /mnt bash <<CHROOT
systemctl enable systemd-networkd systemd-resolved
### time
ln -sf /usr/share/zoneinfo/America/Los_Angeles /etc/localtime
hwclock --systohc