forms: remove EXFAT

ogclient does not support this filesystem type, remove it.
master
OpenGnSys Support Team 2024-05-07 11:10:05 +02:00
parent f6f84cf8b2
commit 6f488ae251
1 changed files with 0 additions and 1 deletions

View File

@ -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'))