From dfc541418e6a5f408b63b96f8859f315c59f3476 Mon Sep 17 00:00:00 2001 From: awokd <34515595+awokd@users.noreply.github.com> Date: Sat, 17 Feb 2018 18:12:39 +0000 Subject: [PATCH] add -H option appears to be needed for non-default keyboard layouts and LUKS --- configuration/disk-trim.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/disk-trim.md b/configuration/disk-trim.md index 40948c4f..bf54f15b 100644 --- a/configuration/disk-trim.md +++ b/configuration/disk-trim.md @@ -87,7 +87,7 @@ To enable TRIM support in dom0 with LUKS you need to: Rebuild grub config (`grub2-mkconfig -o /boot/grub2/grub.cfg`), then Rebuild initrd **in hostonly mode** (`dracut -H -f`) * EFI: `/boot/efi/EFI/qubes/xen.cfg`, `kernel=` line(s), then - Rebuild initrd (`dracut -f /boot/efi/EFI/qubes/initramfs-$(uname -r).img $(uname -r)`) + Rebuild initrd **in hostonly mode** (`dracut -H -f /boot/efi/EFI/qubes/initramfs-$(uname -r).img $(uname -r)`) 4. Reboot the system.