probert: ask for sizing info

This commit is contained in:
Dan Bungert 2022-05-18 13:31:37 -06:00
parent 0b1c87d460
commit 021686d7d9
1 changed files with 1 additions and 1 deletions

View File

@ -414,7 +414,7 @@ class FilesystemController(SubiquityController, FilesystemManipulator):
fname = 'probe-data-restricted.json'
key = "ProbeDataRestricted"
else:
probe_types = {'defaults'}
probe_types = {'defaults', 'filesystem_sizing'}
if self.app.opts.use_os_prober:
probe_types |= {'os'}
fname = 'probe-data.json'