system: Mention '--skip-checks' in initrd diagnostics.

* gnu/system/mapped-devices.scm (check-device-initrd-modules): Add note
about '--skip-checks'.
master
Ludovic Courtès 2018-09-23 22:10:50 +02:00
parent e10bf49668
commit 88600acc93
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 4 additions and 1 deletions

View File

@ -157,7 +157,10 @@ these lines:
;; @dots{}
(initrd-modules (append (list~{ ~s~})
%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)))
(&error-location
(location (source-properties->location location)))))))))