diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-12-16 17:35:44 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-12-16 17:37:28 +0100 |
commit | f731529e2af71433320fdbfc2e431beb202a9b8f (patch) | |
tree | d24e7e38d28f59d8b985d8239e31c4658b7be112 /gnu/system | |
parent | fc9286d03a79837d70d8f209521d73f6b18d171b (diff) | |
download | guix-f731529e2af71433320fdbfc2e431beb202a9b8f.tar guix-f731529e2af71433320fdbfc2e431beb202a9b8f.tar.gz |
install: Add dosfstools.
* gnu/system/install.scm (installation-os)[packages]: Add DOSFSTOOLS.
Diffstat (limited to 'gnu/system')
-rw-r--r-- | gnu/system/install.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/system/install.scm b/gnu/system/install.scm index dfa003f256..3ab5c47cda 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 |