mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
Allow serialization of PartitionGap class
This commit is contained in:
parent
16eaade09a
commit
5383811ecc
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ supported_classes = ['bootstrapvz.base.manifest.Manifest',
|
|||
'bootstrapvz.base.fs.partitions.msdos_swap.MSDOSSwapPartition',
|
||||
'bootstrapvz.base.fs.partitions.single.SinglePartition',
|
||||
'bootstrapvz.base.fs.partitions.unformatted.UnformattedPartition',
|
||||
'bootstrapvz.base.fs.partitions.gap.PartitionGap',
|
||||
'bootstrapvz.common.bytes.Bytes',
|
||||
'bootstrapvz.common.sectors.Sectors',
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue