From 3172ed5a4ce1505aca0587dc11ec82ec35b8f020 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 17 Jul 2014 18:37:53 +0200 Subject: install: Show the "System Installation" node. * gnu/system/install.scm (log-to-info): Go to the new 'System Installation' node. --- gnu/system/install.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/system/install.scm b/gnu/system/install.scm index 3fbfaf6d77..07e8938ba0 100644 --- a/gnu/system/install.scm +++ b/gnu/system/install.scm @@ -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." -- cgit v1.2.3