mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
mapped-devices: lvm: Add missing module import.
Tested with (locally fixed) lvm-separate-home-os system test. * gnu/system/mapped-devices.scm (lvm-device-mapping): Add SRFI-1 to modules. Change-Id: I8c155b47c29004bdc59057391dfba94ce33bdbc2
This commit is contained in:
parent
4c228881dd
commit
ed5bf620ea
1 changed files with 2 additions and 1 deletions
|
@ -353,6 +353,7 @@ TARGET (e.g., \"/dev/md0\"), using 'mdadm'."
|
||||||
(define lvm-device-mapping
|
(define lvm-device-mapping
|
||||||
(mapped-device-kind
|
(mapped-device-kind
|
||||||
(open open-lvm-device)
|
(open open-lvm-device)
|
||||||
(close close-lvm-device)))
|
(close close-lvm-device)
|
||||||
|
(modules '((srfi srfi-1)))))
|
||||||
|
|
||||||
;;; mapped-devices.scm ends here
|
;;; mapped-devices.scm ends here
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue