enable network services
This commit is contained in:
parent
de8abfde96
commit
91d24c3cc8
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue