installer: Add fat16.
* gnu/installer/newt/partition.scm (run-fs-type-page): Add fat16.
This commit is contained in:
parent
813e06ac67
commit
1a92f1ff1c
|
@ -120,7 +120,7 @@ Be careful, all data on the disk will be lost.")
|
||||||
(run-listbox-selection-page
|
(run-listbox-selection-page
|
||||||
#:info-text (G_ "Please select the file-system type for this partition.")
|
#:info-text (G_ "Please select the file-system type for this partition.")
|
||||||
#:title (G_ "File-system type")
|
#: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
|
#:listbox-item->text user-fs-type-name
|
||||||
#:sort-listbox-items? #f
|
#:sort-listbox-items? #f
|
||||||
#:button-text (G_ "Exit")
|
#:button-text (G_ "Exit")
|
||||||
|
|
Loading…
Reference in New Issue