diff options
author | Andreas Enge <andreas@enge.fr> | 2016-07-14 15:07:49 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2016-07-15 10:41:14 +0200 |
commit | f0fbf2c11cac98bedcab33a86ed7c477852b6033 (patch) | |
tree | c101e0b9a4777f4c99093be9bbbd8548463df1c1 /gnu/system/install.scm | |
parent | 9ce2a95c305c9ea88743ee57c314948c719d8d15 (diff) | |
download | guix-f0fbf2c11cac98bedcab33a86ed7c477852b6033.tar guix-f0fbf2c11cac98bedcab33a86ed7c477852b6033.tar.gz |
install: Add mdadm to the image.
* gnu/system/install.scm (installation-os)[packages]: Add mdadm.
Diffstat (limited to 'gnu/system/install.scm')
-rw-r--r-- | gnu/system/install.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/system/install.scm b/gnu/system/install.scm index 329c7aba32..734a361c37 100644 --- a/gnu/system/install.scm +++ b/gnu/system/install.scm @@ -1,6 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2015 Mark H Weaver <mhw@netris.org> +;;; Copyright © 2016 Andreas Enge <andreas@enge.fr> ;;; ;;; This file is part of GNU Guix. ;;; @@ -392,6 +393,7 @@ Use Alt-F2 for documentation. parted ddrescue grub ;mostly so xrefs to its manual work cryptsetup + mdadm btrfs-progs wireless-tools iw wpa-supplicant-minimal iproute ;; XXX: We used to have GNU fdisk here, but as of version |