system: Mention '--skip-checks' in initrd diagnostics.
* gnu/system/mapped-devices.scm (check-device-initrd-modules): Add note about '--skip-checks'.
This commit is contained in:
parent
e10bf49668
commit
88600acc93
|
@ -157,7 +157,10 @@ these lines:
|
||||||
;; @dots{}
|
;; @dots{}
|
||||||
(initrd-modules (append (list~{ ~s~})
|
(initrd-modules (append (list~{ ~s~})
|
||||||
%base-initrd-modules)))
|
%base-initrd-modules)))
|
||||||
@end example\n")
|
@end example
|
||||||
|
|
||||||
|
If you think this diagnostic is inaccurate, use the @option{--skip-checks}
|
||||||
|
option of @command{guix system}.\n")
|
||||||
missing)))
|
missing)))
|
||||||
(&error-location
|
(&error-location
|
||||||
(location (source-properties->location location)))))))))
|
(location (source-properties->location location)))))))))
|
||||||
|
|
Loading…
Reference in New Issue