mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-09-13 02:30:04 +00:00
Mention adding /etc/resolv.conf symlink
This commit is contained in:
parent
6c9978b315
commit
0058d784e2
2 changed files with 13 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue