mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-12-28 16:59:40 -05:00
make dracut generic and add -H
This commit is contained in:
parent
4e6c0ccfc9
commit
d6fcf6fd51
@ -128,9 +128,9 @@ If the update process does not automatically do it (you should see it mentioned
|
||||
from the update command), you may need to manually rebuild the EFI or grub config depending on which
|
||||
your system uses.
|
||||
|
||||
EFI (Replace the file names with the correct versions for your updated kernel)
|
||||
EFI
|
||||
~~~
|
||||
sudo /usr/bin/dracut -f /boot/efi/EFI/qubes/initramfs-4.4.31-11.pvops.qubes.x86_64.img 4.4.31-11.pvops.qubes.x86_64
|
||||
sudo dracut -H -f /boot/efi/EFI/qubes/initramfs-$(uname -r).img $(uname -r)
|
||||
~~~
|
||||
|
||||
Grub2
|
||||
|
Loading…
Reference in New Issue
Block a user