model: partition_type on Partition

This commit is contained in:
Dan Bungert 2022-04-29 15:23:28 -06:00
parent 7d6d50d66d
commit 5eacceaf40
1 changed files with 1 additions and 0 deletions

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: