Skip to content
Snippets Groups Projects
Commit 3172ed5a authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

install: Show the "System Installation" node.

* gnu/system/install.scm (log-to-info): Go to the new 'System
  Installation' node.
parent 42b9b8f9
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ (define (log-to-info) ...@@ -40,7 +40,7 @@ (define (log-to-info)
#~(execl (string-append #$texinfo-4 "/bin/info") "info" #~(execl (string-append #$texinfo-4 "/bin/info") "info"
"-d" "/run/current-system/profile/share/info" "-d" "/run/current-system/profile/share/info"
"-f" (string-append #$guix "/share/info/guix.info") "-f" (string-append #$guix "/share/info/guix.info")
"-n" "System Configuration"))) "-n" "System Installation")))
(define (installation-services) (define (installation-services)
"Return the list services for the installation image." "Return the list services for the installation image."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment