From bdd6bbc30d523dd19a647ea44d2d48717214eb50 Mon Sep 17 00:00:00 2001 From: awokd <34515595+awokd@users.noreply.github.com> Date: Sun, 1 Apr 2018 19:20:45 +0000 Subject: [PATCH] remove -H --- configuration/disk-trim.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/disk-trim.md b/configuration/disk-trim.md index bf54f15b..a43c748b 100644 --- a/configuration/disk-trim.md +++ b/configuration/disk-trim.md @@ -85,9 +85,9 @@ To enable TRIM support in dom0 with LUKS you need to: 3. Add `rd.luks.options=discard` to kernel cmdline (follow either GRUB2 or EFI, not both): * GRUB2: `/etc/default/grub`, `GRUB_CMDLINE_LINUX` line and Rebuild grub config (`grub2-mkconfig -o /boot/grub2/grub.cfg`), then - Rebuild initrd **in hostonly mode** (`dracut -H -f`) + Rebuild initrd (`dracut -f`) * EFI: `/boot/efi/EFI/qubes/xen.cfg`, `kernel=` line(s), then - Rebuild initrd **in hostonly mode** (`dracut -H -f /boot/efi/EFI/qubes/initramfs-$(uname -r).img $(uname -r)`) + Rebuild initrd (`dracut -f /boot/efi/EFI/qubes/initramfs-$(uname -r).img $(uname -r)`) 4. Reboot the system.