guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: install: Add mdadm to the image.


From: Andreas Enge
Subject: 01/01: install: Add mdadm to the image.
Date: Fri, 15 Jul 2016 08:41:54 +0000 (UTC)

andreas pushed a commit to branch master
in repository guix.

commit f0fbf2c11cac98bedcab33a86ed7c477852b6033
Author: Andreas Enge <address@hidden>
Date:   Thu Jul 14 15:07:49 2016 +0200

    install: Add mdadm to the image.
    
    * gnu/system/install.scm (installation-os)[packages]: Add mdadm.
---
 gnu/system/install.scm |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index 329c7ab..734a361 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 <address@hidden>
 ;;; Copyright © 2015 Mark H Weaver <address@hidden>
+;;; Copyright © 2016 Andreas Enge <address@hidden>
 ;;;
 ;;; 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]