From e11390df55d1b9c022b1e22043c3c81fd54c3835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 23 Jun 2014 15:37:19 +0200 Subject: [PATCH] install: Use udev. * gnu/system/install.scm (installation-services): Call 'udev-service'. --- gnu/system/install.scm | 3 +++ 1 file changed, 3 insertions(+) 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