diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-07-17 18:37:53 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-07-17 18:37:53 +0200 |
commit | 3172ed5a4ce1505aca0587dc11ec82ec35b8f020 (patch) | |
tree | e28a0b72e8127aba844da3de5626b49aaa782628 /gnu/system | |
parent | 42b9b8f9cbbf1dbf0836cdfb4fe57c8342373a66 (diff) | |
download | patches-3172ed5a4ce1505aca0587dc11ec82ec35b8f020.tar patches-3172ed5a4ce1505aca0587dc11ec82ec35b8f020.tar.gz |
install: Show the "System Installation" node.
* gnu/system/install.scm (log-to-info): Go to the new 'System
Installation' node.
Diffstat (limited to 'gnu/system')
-rw-r--r-- | gnu/system/install.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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." |