summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/articles/arch-installation.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/content/articles/arch-installation.md b/content/articles/arch-installation.md
index ae54ef3..53d776f 100644
--- a/content/articles/arch-installation.md
+++ b/content/articles/arch-installation.md
@@ -150,6 +150,13 @@ to describe which filesystems should be mounted where during boot.
genfstab -L /mnt | tee /mnt/etc/fstab
```
+Before switching to the new system one setting regarding name resolution needs
+to be done from outside.
+
+```
+ln -sf ../run/systemd/resolve/stub-resolv.conf /mnt/etc/resolv.conf
+```
+
Without actual booting a change root (`chroot`) command is used to use the new
system already.
@@ -176,7 +183,6 @@ DHCP=yes' > /etc/systemd/network/auto.network
systemctl enable nftables.service
systemctl enable systemd-networkd.service
systemctl enable systemd-resolved.service
-ln -sf ../run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
systemctl enable iwd.service
systemctl enable systemd-timesyncd.service
```