system: Add rfkill to '%base-packages'.
* gnu/system.scm (%base-packages): Add RFKILL.
This commit is contained in:
parent
649e9b3b47
commit
16cc99610d
|
@ -360,7 +360,7 @@ explicitly appear in OS."
|
||||||
|
|
||||||
;; wireless-tools is deprecated in favor of iw, but it's still what
|
;; wireless-tools is deprecated in favor of iw, but it's still what
|
||||||
;; many people are familiar with, so keep it around.
|
;; many people are familiar with, so keep it around.
|
||||||
iw wireless-tools
|
iw wireless-tools rfkill
|
||||||
|
|
||||||
iproute
|
iproute
|
||||||
net-tools ; XXX: remove when Inetutils suffices
|
net-tools ; XXX: remove when Inetutils suffices
|
||||||
|
|
Loading…
Reference in New Issue