remove -H

This commit is contained in:
awokd 2018-04-01 19:21:59 +00:00 committed by GitHub
parent bdd6bbc30d
commit 1644d3d2a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.