install: Use udev rules for device-mapper. Fixes <http://bugs.gnu.org/20791>. Reported by Benz Schenk <benz.schenk@uzh.ch>. * gnu/system/install.scm (installation-services): Add #:rules argument for 'udev-service'.
1 files changed, 2 insertions(+), 1 deletions(-) M gnu/system/install.scm
M gnu/system/install.scm => gnu/system/install.scm +2 -1
@@ 269,7 269,8 @@ You have been warned. Thanks for being so brave. (guix-service #:authorize-hydra-key? #t) ;; Start udev so that useful device nodes are available. (udev-service) ;; Use device-mapper rules for cryptsetup & co. (udev-service #:rules (list lvm2)) ;; Add the 'cow-store' service, which users have to start manually ;; since it takes the installation directory as an argument.