Merge pull request #1295 from dbungert/dual-boot-win

curtin: merge 2 fixes for dual-boot support
This commit is contained in:
Dan Bungert 2022-05-10 07:43:35 -06:00 committed by GitHub
commit d750126e7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,7 @@ parts:
plugin: python
source-type: git
source: https://git.launchpad.net/curtin
source-commit: b49f5b1505d6597a5c64e3220bb45a291d9a78f7
source-commit: 7e292c9dcd97868d20ae08172b233f2a637516b7
build-packages:
- shared-mime-info
- zlib1g-dev

View File

@ -673,6 +673,7 @@ class Partition(_Formattable):
multipath = attr.ib(default=None)
offset = attr.ib(default=None)
resize = attr.ib(default=None)
partition_type = attr.ib(default=None)
def available(self):
if self.flag in ['bios_grub', 'prep'] or self.grub_device: