Removed vfat as an option for the root partition
This commit is contained in:
parent
197b690456
commit
037332a18d
|
|
@ -132,8 +132,7 @@ def ask_for_main_filesystem_format():
|
|||
'btrfs' : 'btrfs',
|
||||
'ext4' : 'ext4',
|
||||
'xfs' : 'xfs',
|
||||
'f2fs' : 'f2fs',
|
||||
'vfat' : 'vfat'
|
||||
'f2fs' : 'f2fs'
|
||||
}
|
||||
|
||||
value = generic_select(options.values(), "Select which filesystem your main partition should use (by number of name): ")
|
||||
|
|
@ -317,4 +316,4 @@ def select_mirror_regions(mirrors, show_top_mirrors=True):
|
|||
|
||||
return selected_mirrors
|
||||
|
||||
raise RequirementError("Selecting mirror region require a least one region to be given as an option.")
|
||||
raise RequirementError("Selecting mirror region require a least one region to be given as an option.")
|
||||
|
|
|
|||
Loading…
Reference in New Issue