Skip to content

Commit 4936841

Browse files
abensonericonr
authored andcommitted
fde: simplify reconfiguration
1 parent a768947 commit 4936841

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/installation/guides/fde.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,11 +241,10 @@ Next, install the boot loader to the disk.
241241
# grub-install /dev/sda
242242
```
243243

244-
Ensure an initramfs is generated. Replace `X.X` in the following command line
245-
with the installed kernel version.
244+
Ensure an initramfs is generated:
246245

247246
```
248-
# xbps-reconfigure -f linuxX.X
247+
# xbps-reconfigure -fa
249248
```
250249

251250
Exit the `chroot`, unmount the filesystems, and reboot the system.

0 commit comments

Comments
 (0)