[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
45/92: hurd: Support system init in /libexec/runsystem.
From: |
guix-commits |
Subject: |
45/92: hurd: Support system init in /libexec/runsystem. |
Date: |
Fri, 23 Jun 2023 12:45:42 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 61505fdec5eef71502d55cce2be1230d749e9132
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 7820aa24eb..322a12ae20 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -385,6 +385,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
- 75/92: gnu: ghostscript: Fix build for the Hurd., (continued)
- 75/92: gnu: ghostscript: Fix build for the Hurd., guix-commits, 2023/06/23
- 77/92: gnu: pango: Support build for the Hurd., guix-commits, 2023/06/23
- 76/92: gnu: harfbuzz: Support build for the Hurd., guix-commits, 2023/06/23
- 87/92: gnu: guix: Disable some tests on the Hurd., guix-commits, 2023/06/23
- 88/92: gnu: guix: Update to 1.4.0-8.bda98632ff., guix-commits, 2023/06/23
- 90/92: DRAFT hurd: Support second boot., guix-commits, 2023/06/23
- 67/92: gnu: swig: Skip tests when building for the Hurd., guix-commits, 2023/06/23
- 72/92: gnu: graphite2: Skip test on the Hurd., guix-commits, 2023/06/23
- 74/92: gnu: glib: Disable tests for the Hurd., guix-commits, 2023/06/23
- 24/92: gnu: gnumach: Support "noide" argument., guix-commits, 2023/06/23
- 45/92: hurd: Support system init in /libexec/runsystem.,
guix-commits <=
- 48/92: gnu: python: Support native build on the Hurd., guix-commits, 2023/06/23
- 55/92: gnu: tcl: Remove failing tests on the Hurd.., guix-commits, 2023/06/23
- 58/92: gnu: emacs: Depend on libc-for-target., guix-commits, 2023/06/23
- 59/92: gnu: procps: Skip linux-version test for the Hurd., guix-commits, 2023/06/23
- 60/92: gnu: e2fsprogs: Skip failing tests on the Hurd., guix-commits, 2023/06/23
- 64/92: gnu: openssl-1.1: Fix shared build for the Hurd., guix-commits, 2023/06/23
- 69/92: gnu: cmake-bootstrap: Fix build for the Hurd., guix-commits, 2023/06/23
- 71/92: gnu: doxygen: Fix build for the Hurd., guix-commits, 2023/06/23
- 70/92: gnu: cmake-minimal: Skip tests on the Hurd., guix-commits, 2023/06/23
- 73/92: gnu: guile-git: Skip http proxy test on the Hurd., guix-commits, 2023/06/23