anaconda: EFI: create xen.cfg before registering boot entry

This will help installing, even when efibootmgr fails. Because xen.cfg
will be already populated.

QubesOS/qubes-issues#794
This commit is contained in:
Marek Marczykowski-Górecki 2016-03-18 13:27:48 +01:00
parent dc821b336d
commit 2556a42c04
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -1717,8 +1717,8 @@ class EFIGRUB(GRUB2):
sync()
self.stage2_device.format.sync(root=ROOT_PATH)
self.install()
self.write_config()
self.install()
def check(self):
return True