Skip to content

Commit cba5e9e

Browse files
committed
fde.md: Clarifying base-system installation.
Making clearer to the reader that the actual installation command should use the appropriate URL.
1 parent 728e3fd commit cba5e9e

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

src/installation/guides/fde.md

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -122,27 +122,9 @@ On a UEFI system, the EFI system partition also needs to be mounted.
122122

123123
Before we enter the chroot to finish up configuration, we do the actual install.
124124

125-
`xbps-install` might ask you to [verify the RSA
126-
keys](../../xbps/troubleshooting/common-issues.md#verifying-rsa-keys) for the
127-
packages you are installing.
128-
129-
```
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' ...
132-
x86_64-repodata: 1661KB [avg rate: 2257KB/s]
133-
`https://alpha.de.repo.voidlinux.org/current' repository has been RSA signed by "Void Linux"
134-
Fingerprint: 60:ae:0c:d6:f0:95:17:80:bc:93:46:7a:89:af:a3:2d
135-
Do you want to import this public key? [Y/n] y
136-
130 packages will be downloaded:
137-
...
138-
```
139-
140-
UEFI systems will have a slightly different package selection. The installation
141-
command for a UEFI system will be as follows.
142-
143-
```
144-
# xbps-install -Sy -R https://alpha.de.repo.voidlinux.org/current -r /mnt base-system cryptsetup grub-x86_64-efi lvm2
145-
```
125+
Follow the instructions on [Base Installation](chroot.md#base-installation) to
126+
install the `base-system` and, additionally, the other important packages we
127+
need in this specific case, those are: `lvm2` and `cryptsetup`.
146128

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

0 commit comments

Comments
 (0)