diff --git a/void-desktop-install.md b/void-desktop-install.md index 45ef0cc..1fa28d7 100644 --- a/void-desktop-install.md +++ b/void-desktop-install.md @@ -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.