From 1a92f1ff1cc62f14b6b1b676af1474515058363e Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Tue, 14 May 2019 17:46:45 +0200 Subject: installer: Add fat16. * gnu/installer/newt/partition.scm (run-fs-type-page): Add fat16. --- gnu/installer/newt/partition.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/installer') diff --git a/gnu/installer/newt/partition.scm b/gnu/installer/newt/partition.scm index 5e9e63f156..7f1fb4de15 100644 --- a/gnu/installer/newt/partition.scm +++ b/gnu/installer/newt/partition.scm @@ -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") -- cgit v1.2.3