guix-commits
[Top][All Lists]
Advanced

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

01/01: install: Add iproute2 to the installation image.


From: Ludovic Courtès
Subject: 01/01: install: Add iproute2 to the installation image.
Date: Sat, 11 Jul 2015 10:25:50 +0000

civodul pushed a commit to branch master
in repository guix.

commit d43002f64599fb80294d4c00e3a682a2776c885c
Author: Ludovic Courtès <address@hidden>
Date:   Sat Jul 11 11:45:34 2015 +0200

    install: Add iproute2 to the installation image.
    
    Fixes <http://bugs.gnu.org/21019>.
    Reported by <address@hidden>.
    
    * gnu/system/install.scm (installation-os)[packages]: Add IPROUTE2.
---
 gnu/system/install.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index 6f4116e..3d0b151 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -342,7 +342,7 @@ Use Alt-F2 for documentation.
                      parted ddrescue
                      grub                  ;mostly so xrefs to its manual work
                      cryptsetup
-                     wireless-tools iw wpa-supplicant-light
+                     wireless-tools iw wpa-supplicant-light iproute2
                      ;; XXX: We used to have GNU fdisk here, but as of version
                      ;; 2.0.0a, that pulls Guile 1.8, which takes unreasonable
                      ;; space; furthermore util-linux's fdisk is already



reply via email to

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