From e11125ef9e579895d38c5d377ddc87f7885b4a3c Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Thu, 20 Jan 2022 08:06:58 +0100 Subject: Rename MSDOS to MBR This commit rename partition table type MSDOS to MBR in the front-end. At the back-end ogCP still uses MSDOS string because ogClient scripts (aka cloning engine) expects it. --- ogcp/forms/action_forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ogcp/forms/action_forms.py') diff --git a/ogcp/forms/action_forms.py b/ogcp/forms/action_forms.py index 44a898f..09197d5 100644 --- a/ogcp/forms/action_forms.py +++ b/ogcp/forms/action_forms.py @@ -61,7 +61,7 @@ class SetupForm(FlaskForm): ips = HiddenField() disk = HiddenField() disk_type = SelectField(label=_l('Type'), - choices=[('MSDOS', 'MSDOS'), + choices=[('MSDOS', 'MBR'), ('GPT', 'GPT')]) partitions = FieldList(FormField(PartitionForm), min_entries=1, -- cgit v1.2.3-18-g5258