Commit 3f3a3223 authored by jswaelens's avatar jswaelens Committed by bmortier
Browse files

Merge branch '5846-add-vfat-as-iflesystem-for-fai-partition' into '1.3-dev'

Resolve "Add vfat as filesystem for FAI partition"

Closes #5846

See merge request fusiondirectory/fd-plugins!283

(cherry picked from commit 7e9fa3a8)

5fdfb2b5 :sparkles: Add fat32 filesystem to class_faiPartition.inc
Showing with 2 additions and 2 deletions
+2 -2
......@@ -318,8 +318,8 @@ class faiPartition extends simplePlugin
new SelectAttribute (
_('Filesystem'), _('The filesystem this partition should be formatted with'),
'FAIfsType', TRUE,
array('swap','ext2','ext3','ext4','reiserfs','xfs','btrfs','-'), 'ext4',
array(_('swap'),_('ext2'),_('ext3'),_('ext4'),_('reiser fs'),_('xfs'),_('btrfs'),_('LVM/RAID'))
array('swap','vfat','ext2','ext3','ext4','reiserfs','xfs','btrfs','-'), 'ext4',
array(_('swap'),_('fat32'),_('ext2'),_('ext3'),_('ext4'),_('reiser fs'),_('xfs'),_('btrfs'),_('LVM/RAID'))
),
new FaiMountPointAttribute (
_('Mount point'), _('Mount point for this partition'),
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment