mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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'.
This commit is contained in:
parent
1e44cf8b0f
commit
e1ad6bfbe1
1 changed files with 2 additions and 1 deletions
|
@ -269,7 +269,8 @@ (define (normal-tty tty)
|
|||
(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.
|
||||
|
|
Loading…
Reference in a new issue