From 096c1c2faad30099595a8b6e5ee30b66689a4f68 Mon Sep 17 00:00:00 2001 From: awokd <34515595+awokd@users.noreply.github.com> Date: Wed, 25 Jul 2018 06:31:19 +0000 Subject: [PATCH] change uname -r to version numbers --- common-tasks/software-update-dom0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common-tasks/software-update-dom0.md b/common-tasks/software-update-dom0.md index 17cb4491..8049a7ff 100644 --- a/common-tasks/software-update-dom0.md +++ b/common-tasks/software-update-dom0.md @@ -138,9 +138,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 +EFI: Replace the example version numbers with the one you are upgrading to. ~~~ -sudo dracut -f /boot/efi/EFI/qubes/initramfs-$(uname -r).img $(uname -r) +sudo dracut -f /boot/efi/EFI/qubes/initramfs-4.14.35-1.pvops.qubes.x86_64.img 4.14.35-1.pvops.qubes.x86_64 ~~~ Grub2