diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index 707f6b6c86ca7e1dbe936f98890dd3c5a12071f7..06f8a3f0586a8056c2f53d6ca8c5723cfaf15dac 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -37,7 +37,7 @@ (define (log-to-info)
   "Return a script that spawns the Info reader on the right section of the
 manual."
   (gexp->script "log-to-info"
-                #~(execl (string-append #$texinfo-4 "/bin/info")
+                #~(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")))