mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
install: Add dosfstools.
* gnu/system/install.scm (installation-os)[packages]: Add DOSFSTOOLS.
This commit is contained in:
parent
fc9286d03a
commit
f731529e2a
1 changed files with 1 additions and 0 deletions
|
@ -393,6 +393,7 @@ (define installation-os
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue