From 7ee29c4b3d404231552f5de0d7ab9a3a24258dfa Mon Sep 17 00:00:00 2001 From: DoTheEvolution Date: Thu, 21 May 2020 17:44:40 +0200 Subject: [PATCH] update --- arch_linux_host_install/readme.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/arch_linux_host_install/readme.md b/arch_linux_host_install/readme.md index 8d4f980..bcc6044 100644 --- a/arch_linux_host_install/readme.md +++ b/arch_linux_host_install/readme.md @@ -80,7 +80,7 @@ So if theres boot menu option choose non-uefi. *%wheel ALL=(ALL) ALL* * check the network interface name
`ip link` -* set static IP systemd-networkd
+* set static IP using systemd-networkd and resolv.conf
`vim /etc/systemd/network/20-wired.network` @@ -91,12 +91,19 @@ So if theres boot menu option choose non-uefi. [Network] Address=10.0.19.2/24 Gateway=10.0.19.1 - DNS=8.8.8.8 - DNS=1.1.1.1 + ``` + + `vim /etc/resolv.conf` + + ``` + nameserver 8.8.8.8 + nameserver 1.1.1.1 ``` `systemctl enable --now systemd-networkd`
+ No troublesome `systemd-resolved` in this setup
+ * uncomment desidred locales in locale.gen
`vim /etc/locale.gen`
* generate new locales and set one system wide