diff options
author | David Thompson <dthompson2@worcester.edu> | 2014-07-19 09:42:43 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2014-07-19 09:42:43 -0400 |
commit | ebc28a7d139fe9ac376b16b12a74eba24ff3e2c0 (patch) | |
tree | c1d0980d955d0ef1bd8eec6a12abd455be0c4842 | |
parent | c299dffcc499879cddf220fcd4526254047da099 (diff) | |
download | patches-ebc28a7d139fe9ac376b16b12a74eba24ff3e2c0.tar patches-ebc28a7d139fe9ac376b16b12a74eba24ff3e2c0.tar.gz |
install: Add wireless-tools package.
* gnu/system/install.scm (installation-os): Add wireless-tools to packages.
-rw-r--r-- | gnu/system/install.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/system/install.scm b/gnu/system/install.scm index 07e8938ba0..18fd587ead 100644 --- a/gnu/system/install.scm +++ b/gnu/system/install.scm @@ -144,6 +144,7 @@ Use Alt-F2 for documentation. (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 |