diff options
Diffstat (limited to 'gnu/system')
| -rw-r--r-- | gnu/system/install.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/system/install.scm b/gnu/system/install.scm index 4a230c8728e..a94e3ab2d52 100644 --- a/gnu/system/install.scm +++ b/gnu/system/install.scm | |||
| @@ -111,7 +111,7 @@ manual." | |||
| 111 | ;; 'gunzip' is needed to decompress the doc. | 111 | ;; 'gunzip' is needed to decompress the doc. |
| 112 | (setenv "PATH" (string-append #$gzip "/bin")) | 112 | (setenv "PATH" (string-append #$gzip "/bin")) |
| 113 | 113 | ||
| 114 | (execl (string-append #$texinfo-4 "/bin/info") "info" | 114 | (execl (string-append #$info-reader "/bin/info") "info" |
| 115 | "-d" "/run/current-system/profile/share/info" | 115 | "-d" "/run/current-system/profile/share/info" |
| 116 | "-f" (string-append #$guix "/share/info/guix.info") | 116 | "-f" (string-append #$guix "/share/info/guix.info") |
| 117 | "-n" "System Installation")))) | 117 | "-n" "System Installation")))) |
| @@ -384,7 +384,6 @@ Use Alt-F2 for documentation. | |||
| 384 | (base-pam-services #:allow-empty-passwords? #t)) | 384 | (base-pam-services #:allow-empty-passwords? #t)) |
| 385 | 385 | ||
| 386 | (packages (cons* (canonical-package glibc) ;for 'tzselect' & co. | 386 | (packages (cons* (canonical-package glibc) ;for 'tzselect' & co. |
| 387 | texinfo-4 ;for the standalone Info reader | ||
| 388 | parted ddrescue | 387 | parted ddrescue |
| 389 | grub ;mostly so xrefs to its manual work | 388 | grub ;mostly so xrefs to its manual work |
| 390 | cryptsetup | 389 | cryptsetup |
