Skip to content

Commit ae2e347

Browse files
committed
Making clearer to the reader that the actual installation command should
point to the correct repo for the chosen libc implementation, this helps eliminate the possibility of a wrong system installation.
1 parent 728e3fd commit ae2e347

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/installation/guides/fde.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,15 @@ Before we enter the chroot to finish up configuration, we do the actual install.
126126
keys](../../xbps/troubleshooting/common-issues.md#verifying-rsa-keys) for the
127127
packages you are installing.
128128

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+
129133
```
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' ...
132136
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"
134138
Fingerprint: 60:ae:0c:d6:f0:95:17:80:bc:93:46:7a:89:af:a3:2d
135139
Do you want to import this public key? [Y/n] y
136140
130 packages will be downloaded:
@@ -141,7 +145,7 @@ UEFI systems will have a slightly different package selection. The installation
141145
command for a UEFI system will be as follows.
142146

143147
```
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
145149
```
146150

147151
When it's done, we can enter the `chroot` and finish up the configuration.

0 commit comments

Comments
 (0)