File tree Expand file tree Collapse file tree 1 file changed +3
-21
lines changed Expand file tree Collapse file tree 1 file changed +3
-21
lines changed Original file line number Diff line number Diff line change @@ -122,27 +122,9 @@ On a UEFI system, the EFI system partition also needs to be mounted.
122
122
123
123
Before we enter the chroot to finish up configuration, we do the actual install.
124
124
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 ` .
146
128
147
129
When it's done, we can enter the ` chroot ` and finish up the configuration.
148
130
You can’t perform that action at this time.
0 commit comments