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:
parent
dc821b336d
commit
2556a42c04
@ -1717,8 +1717,8 @@ class EFIGRUB(GRUB2):
|
|||||||
|
|
||||||
sync()
|
sync()
|
||||||
self.stage2_device.format.sync(root=ROOT_PATH)
|
self.stage2_device.format.sync(root=ROOT_PATH)
|
||||||
self.install()
|
|
||||||
self.write_config()
|
self.write_config()
|
||||||
|
self.install()
|
||||||
|
|
||||||
def check(self):
|
def check(self):
|
||||||
return True
|
return True
|
||||||
|
Loading…
Reference in New Issue
Block a user