guix system: Don't warn about old distros for "guix system init". * guix/scripts/system.scm (process-action): Don't call 'warn-about-old-distro' when ACTION is 'init' or 'build'.
1 files changed, 4 insertions(+), 2 deletions(-) M guix/scripts/system.scm
M guix/scripts/system.scm => guix/scripts/system.scm +4 -2
@@ 847,8 847,10 @@ resulting from command-line parsing." ((shepherd-graph) (export-shepherd-graph os (current-output-port))) (else (warn-about-old-distro #:suggested-command "guix system reconfigure") (unless (memq action '(build init)) (warn-about-old-distro #:suggested-command "guix system reconfigure")) (perform-action action os #:dry-run? dry? #:derivations-only? (assoc-ref opts