install: Show the "System Installation" node.
* gnu/system/install.scm (log-to-info): Go to the new 'System Installation' node.
This commit is contained in:
parent
42b9b8f9cb
commit
3172ed5a4c
|
@ -40,7 +40,7 @@ manual."
|
||||||
#~(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."
|
||||||
|
|
Loading…
Reference in New Issue