civodul pushed a commit to branch master
in repository guix.

commit f731529e2af71433320fdbfc2e431beb202a9b8f
Author: Ludovic Courtès <[email protected]>
Date:   Fri Dec 16 17:35:44 2016 +0100

    install: Add dosfstools.
    
    * gnu/system/install.scm (installation-os)[packages]: Add DOSFSTOOLS.
---
 gnu/system/install.scm |    1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index dfa003f..3ab5c47 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -393,6 +393,7 @@ Use Alt-F2 for documentation.
                      grub                  ;mostly so xrefs to its manual work
                      cryptsetup
                      mdadm
+                     dosfstools         ;mkfs.fat, for the UEFI boot partition
                      btrfs-progs
                      wireless-tools iw wpa-supplicant-minimal iproute
                      ;; XXX: We used to have GNU fdisk here, but as of version

Reply via email to