Update 'void-desktop-install.md'
This commit is contained in:
parent
3f7da2cf58
commit
0cff788e38
1 changed files with 2 additions and 2 deletions
|
@ -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
|
# 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.
|
Entering the chroot and configuring the system.
|
||||||
|
|
Loading…
Reference in a new issue