[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/09: install: Add wpa-supplicant to the image.
From: |
Ludovic Courtès |
Subject: |
05/09: install: Add wpa-supplicant to the image. |
Date: |
Tue, 25 Nov 2014 17:02:37 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit db84467a904c36093dd1476ac5e26c8764ba278b
Author: Ludovic Courtès <address@hidden>
Date: Tue Nov 25 15:39:24 2014 +0100
install: Add wpa-supplicant to the image.
Reported by Amirouche Boubekki <address@hidden>.
* gnu/system/install.scm (installation-os)[packages]: Add
WPA-SUPPLICANT.
---
gnu/system/install.scm | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index dd3a3eb..d3d6764 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -21,6 +21,7 @@
#:use-module (guix gexp)
#:use-module (guix monads)
#:use-module ((guix store) #:select (%store-prefix))
+ #:use-module (gnu packages admin)
#:use-module (gnu packages linux)
#:use-module (gnu packages cryptsetup)
#:use-module (gnu packages package-management)
@@ -256,7 +257,7 @@ Use Alt-F2 for documentation.
parted ddrescue
grub ;mostly so xrefs to its manual work
cryptsetup
- wireless-tools
+ wireless-tools wpa-supplicant
;; 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
- branch master updated (e6c1e91 -> 77c9286), Ludovic Courtès, 2014/11/25
- 02/09: gnu: Add mp3info., Ludovic Courtès, 2014/11/25
- 01/09: import: gnu: Write the hash in nix-base32 format., Ludovic Courtès, 2014/11/25
- 04/09: gnu: Add TagLib., Ludovic Courtès, 2014/11/25
- 03/09: licenses: Add MPL 1.1., Ludovic Courtès, 2014/11/25
- 05/09: install: Add wpa-supplicant to the image.,
Ludovic Courtès <=
- 06/09: build: Bump version number., Ludovic Courtès, 2014/11/25
- 08/09: file-systems: 'file-system-needed-for-boot?' always returns #t for "/"., Ludovic Courtès, 2014/11/25
- 07/09: gnu: libksba: Update to 1.3.2 [security fix]., Ludovic Courtès, 2014/11/25
- 09/09: gnu: Add EMMS., Ludovic Courtès, 2014/11/25