guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/07: system: Mention '--skip-checks' in initrd diagnostics.


From: Ludovic Courtès
Subject: 01/07: system: Mention '--skip-checks' in initrd diagnostics.
Date: Sun, 23 Sep 2018 17:34:31 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 88600acc939365b4ffd45a8be74117a8cf8dc3dd
Author: Ludovic Courtès <address@hidden>
Date:   Sun Sep 23 22:10:50 2018 +0200

    system: Mention '--skip-checks' in initrd diagnostics.
    
    * gnu/system/mapped-devices.scm (check-device-initrd-modules): Add note
    about '--skip-checks'.
---
 gnu/system/mapped-devices.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/system/mapped-devices.scm b/gnu/system/mapped-devices.scm
index af73dc6..a874666 100644
--- a/gnu/system/mapped-devices.scm
+++ b/gnu/system/mapped-devices.scm
@@ -157,7 +157,10 @@ these lines:
    ;; @dots{}
    (initrd-modules (append (list~{ ~s~})
                            %base-initrd-modules)))
address@hidden example\n")
address@hidden 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)))))))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]