From 1644d3d2a2cdda44a8adcd0a3ed11e78dec076d6 Mon Sep 17 00:00:00 2001 From: awokd <34515595+awokd@users.noreply.github.com> Date: Sun, 1 Apr 2018 19:21:59 +0000 Subject: [PATCH] remove -H --- configuration/managing-vm-kernel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/managing-vm-kernel.md b/configuration/managing-vm-kernel.md index 21077676..8c9b9881 100644 --- a/configuration/managing-vm-kernel.md +++ b/configuration/managing-vm-kernel.md @@ -254,7 +254,7 @@ Take a look at the `dkms` documentation, especially the `dkms autoinstall` comma If you did not see the `kernel` install rebuild your initramfs, or are using a manually built kernel, you will need to rebuild it yourself with the following: ~~~ -sudo dracut -H -f /boot/initramfs-$(uname -r).img $(uname -r) +sudo dracut -f /boot/initramfs-$(uname -r).img $(uname -r) ~~~ Once the kernel is installed, you need to create a GRUB configuration.