Merge branch 'patch-4' of https://github.com/awokd/qubes-doc into awokd-patch-4

This commit is contained in:
Andrew David Wong 2019-09-23 14:18:20 -05:00
commit b15862fa7b
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -96,7 +96,7 @@ Consider this approach as a last resort, because it will make every Xen update a
~~~ ~~~
cp -R /mnt/sysimage/boot/efi/EFI/qubes /mnt/sysimage/boot/efi/EFI/BOOT cp -R /mnt/sysimage/boot/efi/EFI/qubes /mnt/sysimage/boot/efi/EFI/BOOT
mv /mnt/sysimage/boot/efi/EFI/BOOT/xen.efi /mnt/sysimage/boot/efi/EFI/BOOT/BOOTX64.efi mv /mnt/sysimage/boot/efi/EFI/BOOT/xen-*.efi /mnt/sysimage/boot/efi/EFI/BOOT/BOOTX64.efi
mv /mnt/sysimage/boot/efi/EFI/BOOT/xen.cfg /mnt/sysimage/boot/efi/EFI/BOOT/BOOTX64.cfg mv /mnt/sysimage/boot/efi/EFI/BOOT/xen.cfg /mnt/sysimage/boot/efi/EFI/BOOT/BOOTX64.cfg
~~~ ~~~