Merge branch 'awokd-patch-4'

This commit is contained in:
Andrew David Wong 2019-09-23 14:18:31 -05:00
commit 22a6ce2e87
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
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
~~~