installer: Add fat16.

* gnu/installer/newt/partition.scm (run-fs-type-page): Add fat16.
This commit is contained in:
Danny Milosavljevic 2019-05-14 17:46:45 +02:00
parent 813e06ac67
commit 1a92f1ff1c
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ Be careful, all data on the disk will be lost.")
(run-listbox-selection-page
#:info-text (G_ "Please select the file-system type for this partition.")
#:title (G_ "File-system type")
#:listbox-items '(ext4 btrfs fat32 swap)
#:listbox-items '(ext4 btrfs fat16 fat32 swap)
#:listbox-item->text user-fs-type-name
#:sort-listbox-items? #f
#:button-text (G_ "Exit")