guix/gnu/system
Ludovic Courtès 424cea8083
guix system: Check for the lack of modules in the initrd.
* guix/scripts/system.scm (check-mapped-devices): Take an OS instead of
a list of <mapped-device>.  Pass #:needed-for-boot? and #:initrd-modules
to CHECK.
(check-initrd-modules): New procedure.
(perform-action): Move 'check-mapped-devices' call first.  Add call to
'check-initrd-modules'.
* gnu/system/mapped-devices.scm (check-device-initrd-modules): New
procedure.
(check-luks-device): Add #:initrd-modules and #:needed-for-boot?.  Use
them to call 'check-device-initrd-modules'.
2018-03-02 13:53:15 +01:00
..
examples
file-systems.scm
install.scm system: Add 'initrd-modules' field. 2018-03-02 13:53:10 +01:00
linux-container.scm
linux-initrd.scm system: Add 'initrd-modules' field. 2018-03-02 13:53:10 +01:00
locale.scm
mapped-devices.scm guix system: Check for the lack of modules in the initrd. 2018-03-02 13:53:15 +01:00
nss.scm
pam.scm
shadow.scm
uuid.scm
vm.scm