~ruther/guix-local

3172ed5a4ce1505aca0587dc11ec82ec35b8f020 — Ludovic Courtès 11 years ago 42b9b8f
install: Show the "System Installation" node.

* gnu/system/install.scm (log-to-info): Go to the new 'System
  Installation' node.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/system/install.scm
M gnu/system/install.scm => gnu/system/install.scm +1 -1
@@ 40,7 40,7 @@ manual."
                #~(execl (string-append #$texinfo-4 "/bin/info") "info"
                         "-d" "/run/current-system/profile/share/info"
                         "-f" (string-append #$guix "/share/info/guix.info")
                         "-n" "System Configuration")))
                         "-n" "System Installation")))

(define (installation-services)
  "Return the list services for the installation image."