Отключено создание bios_grub раздела авторазметкой с UEFI установкой

master-3.5 3.5.1.3
parent 95720642a5
commit 1d8e753d89

@ -709,7 +709,8 @@ class VariableClAutopartitionBiosGrubSet(ReadonlyVariable):
def get(self):
if (self.GetBool('cl_autopartition_set') and
self.Get('cl_autopartition_table') == 'gpt'):
self.Get('cl_autopartition_table') == 'gpt' and
self.Get('cl_autopartition_uefi_set') == 'off'):
return "on"
return "off"

Loading…
Cancel
Save