We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a768947 commit 4936841Copy full SHA for 4936841
src/installation/guides/fde.md
@@ -241,11 +241,10 @@ Next, install the boot loader to the disk.
241
# grub-install /dev/sda
242
```
243
244
-Ensure an initramfs is generated. Replace `X.X` in the following command line
245
-with the installed kernel version.
+Ensure an initramfs is generated:
246
247
248
-# xbps-reconfigure -f linuxX.X
+# xbps-reconfigure -fa
249
250
251
Exit the `chroot`, unmount the filesystems, and reboot the system.
0 commit comments