Fix partition flag value (#2897)
This commit is contained in:
parent
83d222cec6
commit
611af783aa
|
|
@ -532,7 +532,7 @@ class DeviceHandler:
|
||||||
)
|
)
|
||||||
|
|
||||||
for flag in part_mod.flags:
|
for flag in part_mod.flags:
|
||||||
partition.setFlag(flag.value)
|
partition.setFlag(flag.flag_id)
|
||||||
|
|
||||||
debug(f'\tType: {part_mod.type.value}')
|
debug(f'\tType: {part_mod.type.value}')
|
||||||
debug(f'\tFilesystem: {part_mod.safe_fs_type.value}')
|
debug(f'\tFilesystem: {part_mod.safe_fs_type.value}')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue