From 6f488ae25173408c2f27acdbc25dce56aa84ef23 Mon Sep 17 00:00:00 2001 From: OpenGnSys Support Team Date: Tue, 7 May 2024 11:10:05 +0200 Subject: forms: remove EXFAT ogclient does not support this filesystem type, remove it. --- ogcp/forms/action_forms.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ogcp/forms/action_forms.py b/ogcp/forms/action_forms.py index 2fd9326..1b77795 100644 --- a/ogcp/forms/action_forms.py +++ b/ogcp/forms/action_forms.py @@ -54,7 +54,6 @@ class PartitionForm(FlaskForm): ('CACHE', 'CACHE'), ('LINUX-SWAP', 'LINUX-SWAP'), ('FAT32', 'FAT32'), - ('EXFAT', 'EXFAT'), ('EMPTY', 'Empty')]) size = IntegerField(label=_l('Size (KB)')) format_partition = BooleanField(label=_l('Format')) -- cgit v1.2.3-18-g5258