From ebc28a7d139fe9ac376b16b12a74eba24ff3e2c0 Mon Sep 17 00:00:00 2001
From: David Thompson <dthompson2@worcester.edu>
Date: Sat, 19 Jul 2014 09:42:43 -0400
Subject: [PATCH] install: Add wireless-tools package.

* gnu/system/install.scm (installation-os): Add wireless-tools to packages.
---
 gnu/system/install.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index 07e8938ba06..18fd587ead9 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -144,6 +144,7 @@ (define installation-os
 
     (packages (cons* texinfo-4                ; for the standalone Info reader
                      parted ddrescue
+                     wireless-tools
                      ;; 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
-- 
GitLab