[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/66: hurd: Support system init in /libexec/runsystem.
From: |
guix-commits |
Subject: |
17/66: hurd: Support system init in /libexec/runsystem. |
Date: |
Fri, 14 Jul 2023 17:56:39 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit ead8b318c776861433974ec3b9dc811a32eaf29c
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Tue May 30 18:00:22 2023 +0200
hurd: Support system init in /libexec/runsystem.
This is the first step to support booting after guix system init, which does
not create /servers.
* gnu/packages/hurd.scm (hurd)[arguments]: In stage create-runsystem, do not
assume /servers/socket/ exists, remove any existing /servers/socket/1.
---
gnu/packages/hurd.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index 4064a9e2e8..38b5ae7f0b 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -392,6 +392,8 @@ PATH=@PATH@
fsck --yes --force /
fsysopts / --writable
+mkdir -p /servers/socket
+rm -f /servers/socket/1
# Note: this /hurd/ gets substituted
settrans --create /servers/socket/1 /hurd/pflocal
- 10/66: gnu: coreutils: Skip hanging and failing test on the Hurd., (continued)
- 10/66: gnu: coreutils: Skip hanging and failing test on the Hurd., guix-commits, 2023/07/14
- 13/66: gnu: findutils: Move test-strerror_r from XFAIL to skip on the Hurd., guix-commits, 2023/07/14
- 15/66: gnu: gettext-minimal: Remove XFAIL_TESTS for the Hurd., guix-commits, 2023/07/14
- 01/66: gnu: mig: Update to 1.8+git20230520., guix-commits, 2023/07/14
- 05/66: gnu: commencement: mig-boot0: Update to 1.8+git20230520., guix-commits, 2023/07/14
- 08/66: Revert "gnu: libunistring: Fix make check for the Hurd.", guix-commits, 2023/07/14
- 11/66: gnu: grep: Update hanging and failing tests on the Hurd., guix-commits, 2023/07/14
- 12/66: Revert "gnu: sed: Skip failing test on GNU/Hurd.", guix-commits, 2023/07/14
- 14/66: gnu: diffutils: Remove test-perror2 from XFAIL_TESTS on the Hurd., guix-commits, 2023/07/14
- 16/66: gnu: m4: Skip gnulib stack-overflow tests for the Hurd., guix-commits, 2023/07/14
- 17/66: hurd: Support system init in /libexec/runsystem.,
guix-commits <=
- 18/66: hurd-boot: Support system init: Create essential device nodes., guix-commits, 2023/07/14
- 37/66: gnu: ruby-2.6: Skip test on the Hurd., guix-commits, 2023/07/14
- 38/66: gnu: tcsh: Skip substitution tests on the Hurd., guix-commits, 2023/07/14
- 39/66: gnu: swig: Skip tests when building for the Hurd., guix-commits, 2023/07/14
- 04/66: gnu: commencement: gnumach-headers-boot0: Update to 1.8+git20221224., guix-commits, 2023/07/14
- 09/66: gnu: guile: Skip hanging and failing pipe tests on the Hurd., guix-commits, 2023/07/14
- 21/66: gnu: mpfr: Skip failing test on the Hurd., guix-commits, 2023/07/14
- 28/66: gnu: curl: Skip failing test on the Hurd., guix-commits, 2023/07/14
- 31/66: gnu: procps: Skip linux-version test for the Hurd., guix-commits, 2023/07/14
- 32/66: gnu: e2fsprogs: Skip failing tests on the Hurd., guix-commits, 2023/07/14