Update 'void-desktop-install.md'

This commit is contained in:
tastatur 2023-04-07 14:54:02 +02:00
parent 3f7da2cf58
commit 0cff788e38

View file

@ -55,10 +55,10 @@ The "base-system" needs to be installed to the mounted drive. For this installat
# xbps-install -Sy -R https://repo-default.voidlinux.org/current/musl -r /mnt base-system cryptsetup gummiboot vim apparmor NetworkManager git
```
To get internet inside the chroot whilst installing the system, copy over the `resolve.conf`.
To get internet inside the chroot whilst installing the system, copy over the `resolv.conf`.
```
# cp /etc/resolve.conf /mnt/etc/resolve.conf
# cp /etc/resolv.conf /mnt/etc/resolv.conf
```
Entering the chroot and configuring the system.