guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: squash! gnu: hurd: Create minimal "runsystem" script to invoke "r


From: guix-commits
Subject: 02/02: squash! gnu: hurd: Create minimal "runsystem" script to invoke "rc".
Date: Fri, 5 Jun 2020 12:27:33 -0400 (EDT)

janneke pushed a commit to branch wip-hurd-vm
in repository guix.

commit 29c0d9f60568135d9dc430e28c80d58fb9841d0e
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Fri Jun 5 18:19:56 2020 +0200

    squash! gnu: hurd: Create minimal "runsystem" script to invoke "rc".
---
 gnu/packages/hurd.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index 8c73ea8..2bda861 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -423,8 +423,10 @@ exec ${system}/rc \"$@\"
                (substitute* '("utils/uptime.sh")
                  (("/bin/w")
                   (string-append out "/bin/w")))
+               ;; Upon first boot the /hurd symlink does not exist; it is
+               ;; created during activation: Hard-code the .../hurd store file
+               ;; name.
                (substitute* '("boot/boot.c"
-                              "daemons/console-run.c"
                               "startup/startup.c")
                  (("/hurd/")
                   (string-append out "/hurd/")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]