From 16cc99610d63d67a7f8968740d4249cbaac73277 Mon Sep 17 00:00:00 2001
From: Ludovic Courtès <ludo@gnu.org>
Date: Thu, 3 Mar 2016 14:02:15 +0100
Subject: system: Add rfkill to '%base-packages'.

* gnu/system.scm (%base-packages): Add RFKILL.
---
 gnu/system.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'gnu')

diff --git a/gnu/system.scm b/gnu/system.scm
index d600d3a293..29b3ebc3c1 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -360,7 +360,7 @@ (define %base-packages
 
          ;; wireless-tools is deprecated in favor of iw, but it's still what
          ;; many people are familiar with, so keep it around.
-         iw wireless-tools
+         iw wireless-tools rfkill
 
          iproute
          net-tools                        ; XXX: remove when Inetutils suffices
-- 
cgit v1.2.3