diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-06-23 15:37:19 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-06-24 00:20:01 +0200 |
commit | e11390df55d1b9c022b1e22043c3c81fd54c3835 (patch) | |
tree | 28054cd550ddd60b0452af2ebda24ea9b39c1091 /gnu/system | |
parent | 151a2c07aa0537c136e6fe61609957878f0a4c72 (diff) | |
download | patches-e11390df55d1b9c022b1e22043c3c81fd54c3835.tar patches-e11390df55d1b9c022b1e22043c3c81fd54c3835.tar.gz |
install: Use udev.
* gnu/system/install.scm (installation-services): Call 'udev-service'.
Diffstat (limited to 'gnu/system')
-rw-r--r-- | gnu/system/install.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/system/install.scm b/gnu/system/install.scm index f58bd19c8e..6d0a7eac72 100644 --- a/gnu/system/install.scm +++ b/gnu/system/install.scm @@ -83,6 +83,9 @@ You have been warned. Thanks for being so brave. ;; default. (guix-service #:authorize-hydra-key? #t) + ;; Start udev so that useful device nodes are available. + (udev-service) + (nscd-service)))) (define %issue |