~ruther/guix-local

e11390df55d1b9c022b1e22043c3c81fd54c3835 — Ludovic Courtès 11 years ago 151a2c0
install: Use udev.

* gnu/system/install.scm (installation-services): Call 'udev-service'.
1 files changed, 3 insertions(+), 0 deletions(-)

M gnu/system/install.scm
M gnu/system/install.scm => gnu/system/install.scm +3 -0
@@ 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