Удалена проверка при установки btrfs и dos

master-3.5 3.5.5.5
parent a592279cd0
commit 6268b21371

@ -1977,9 +1977,6 @@ class VariableOsInstallMbr(LocationHelper, Variable):
if tableOnBootDisk == "gpt":
raise VariableError(_("You need a disk with a dos "
"table for Flash install"))
if tableOnBootDisk == "dos" and useBtrfs:
raise VariableError(_("You need a disk with a GPT table for "
"install on a btrfs partition"))
if rootType in ("usb-hdd", "hdd") and tableOnBootDisk == "gpt":
efisize = self.Select('os_disk_size',
where=['os_disk_id', 'os_disk_parent'],

Loading…
Cancel
Save