@@ -126,11 +126,15 @@ Before we enter the chroot to finish up configuration, we do the actual install.
126
126
keys] ( ../../xbps/troubleshooting/common-issues.md#verifying-rsa-keys ) for the
127
127
packages you are installing.
128
128
129
+ It should be noted that the next command need to be issued in accordance with
130
+ your chosen libc implementation, if musl libc, the link should be directed to:
131
+ ` current/musl ` , if GNU libc, it should be directed to: ` current ` .
132
+
129
133
```
130
- # xbps-install -Sy -R https://alpha.de.repo.voidlinux.org/current -r /mnt base-system lvm2 cryptsetup grub
131
- [*] Updating `https://alpha.de.repo.voidlinux.org/current /x86_64-repodata' ...
134
+ # xbps-install -Sy -R https://alpha.de.repo.voidlinux.org/<libc_implementation_repo> -r /mnt base-system lvm2 cryptsetup grub
135
+ [*] Updating `https://alpha.de.repo.voidlinux.org/<libc_implementation_repo> /x86_64-repodata' ...
132
136
x86_64-repodata: 1661KB [avg rate: 2257KB/s]
133
- `https://alpha.de.repo.voidlinux.org/current ' repository has been RSA signed by "Void Linux"
137
+ `https://alpha.de.repo.voidlinux.org/<libc_implementation_repo> ' repository has been RSA signed by "Void Linux"
134
138
Fingerprint: 60:ae:0c:d6:f0:95:17:80:bc:93:46:7a:89:af:a3:2d
135
139
Do you want to import this public key? [Y/n] y
136
140
130 packages will be downloaded:
@@ -141,7 +145,7 @@ UEFI systems will have a slightly different package selection. The installation
141
145
command for a UEFI system will be as follows.
142
146
143
147
```
144
- # xbps-install -Sy -R https://alpha.de.repo.voidlinux.org/current -r /mnt base-system cryptsetup grub-x86_64-efi lvm2
148
+ # xbps-install -Sy -R https://alpha.de.repo.voidlinux.org/<libc_implementation_repo> -r /mnt base-system cryptsetup grub-x86_64-efi lvm2
145
149
```
146
150
147
151
When it's done, we can enter the ` chroot ` and finish up the configuration.
0 commit comments