set "mstfres" flag on reset partition

This commit is contained in:
Michael Hudson-Doyle 2023-06-09 14:30:45 +12:00
parent 9ed9f4e469
commit 760c41913b
1 changed files with 1 additions and 1 deletions

View File

@ -504,7 +504,7 @@ class FilesystemController(SubiquityController, FilesystemManipulator):
reset_gap, gap = gap.split(reset_size)
self.reset_partition = self.create_partition(
device=reset_gap.device, gap=reset_gap,
spec={'fstype': 'fat32'})
spec={'fstype': 'fat32'}, flag='msftres')
# Should probably set some kind of flag on reset_partition
if choice.capability.is_lvm():