Mention adding /etc/resolv.conf symlink

This commit is contained in:
ItsDrike 2025-09-08 17:22:06 +02:00
parent 6c9978b315
commit 0058d784e2
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
2 changed files with 13 additions and 2 deletions

View file

@ -165,10 +165,17 @@ cd ~/dots
./install_root.sh
```
Enter the ZSH shell for a better experience
Exit chroot and create an `/etc/resolv.conf` symlink (this needs to happen outside of chroot, since arch-chroot bind-mounts this file, so trying to override it from within won't work).
```bash
zsh
exit
ln -sf /run/systemd/resolve/stub-resolv.conf /mnt/etc/resolv.conf
```
Chroot back into the system, this time with the configured ZSH shell for better experience:
```bash
arch-chroot /mnt zsh
```
Create non-privileged user