anaconda: allow /boot on LVM in UEFI mode
Since all the required files are on ESP (and are loaded by xen.efi), we don't need /boot accessible at all from there. This will in practice allow to not have separate /boot at all. Fixes QubesOS/qubes-issues#1721
This commit is contained in:
parent
763098db0e
commit
2838da02cf
@ -1727,6 +1727,9 @@ class XenEFI(EFIGRUB):
|
||||
packages = ["efibootmgr"]
|
||||
_config_file = 'xen.cfg'
|
||||
|
||||
# stage2 not used at all, so allow any type
|
||||
stage2_device_types = ["partition", "mdarray", "lvmlv"]
|
||||
|
||||
def __init__(self):
|
||||
super(XenEFI, self).__init__()
|
||||
self.efi_dir = 'qubes'
|
||||
|
Loading…
Reference in New Issue
Block a user