install: Add mdadm to the image.

* gnu/system/install.scm (installation-os)[packages]: Add mdadm.
This commit is contained in:
Andreas Enge 2016-07-14 15:07:49 +02:00
parent 9ce2a95c30
commit f0fbf2c11c
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org> ;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2016 Andreas Enge <andreas@enge.fr>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -392,6 +393,7 @@ (define installation-os
parted ddrescue parted ddrescue
grub ;mostly so xrefs to its manual work grub ;mostly so xrefs to its manual work
cryptsetup cryptsetup
mdadm
btrfs-progs btrfs-progs
wireless-tools iw wpa-supplicant-minimal iproute wireless-tools iw wpa-supplicant-minimal iproute
;; XXX: We used to have GNU fdisk here, but as of version ;; XXX: We used to have GNU fdisk here, but as of version