From 56f67343c4108da8c8f0a91844aebd28181dc912 Mon Sep 17 00:00:00 2001 From: Rene Saavedra Date: Fri, 3 Apr 2020 19:31:01 -0600 Subject: [PATCH 1/3] system: hurd: Add symlink for `../hurd/libexec.` * /gnu/system/hurd.scm (hurd-directives): Add symlink in `/libexec/console-run` for `../hurd/libexec`. --- gnu/system/hurd.scm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gnu/system/hurd.scm b/gnu/system/hurd.scm index 586bfa0fca..97c54a2992 100644 --- a/gnu/system/hurd.scm +++ b/gnu/system/hurd.scm @@ -1,5 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2020 Ludovic Courtès +;;; Copyright © 2020 Rene Saavedra ;;; ;;; This file is part of GNU Guix. ;;; @@ -94,7 +95,11 @@ menuentry \"GNU\" { ("/hurd" -> ,(file-append (with-parameters ((%current-target-system "i586-pc-gnu")) hurd) - "/hurd")))) + "/hurd")) + ("/libexec" -> ,(file-append (with-parameters ((%current-target-system + "i586-pc-gnu")) + hurd) + "/libexec")))) (qemu-image #:file-system-type "ext2" #:file-system-options '("-o" "hurd") -- 2.26.0