dannym pushed a commit to branch master
in repository guix.
commit 1a92f1ff1cc62f14b6b1b676af1474515058363e
Author: Danny Milosavljevic <[email protected]>
Date: Tue May 14 17:46:45 2019 +0200
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(-)
diff --git a/gnu/installer/newt/partition.scm b/gnu/installer/newt/partition.scm
index 5e9e63f..7f1fb4d 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")