Fix default autopartition options for GPT

master3.3
parent 713a3cf8d7
commit f2e8d79d4c

@ -498,7 +498,7 @@ class VariableClAutopartitionScheme(AutopartitionHelper,Variable,AutoPartition):
if self.Get('os_uefi_set') == 'on':
return ["uefi","swap","root","data","home"]
elif self.Get('cl_autopartition_table') == 'gpt':
return ["swap","root","data","home","bios"]
return ["swap","root","data","home","grub"]
else:
return ["swap","root","data","home"]

Loading…
Cancel
Save