[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/14: hurd: Support system init in /libexec/runsystem.
From: |
guix-commits |
Subject: |
04/14: hurd: Support system init in /libexec/runsystem. |
Date: |
Wed, 23 Aug 2023 12:35:36 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 26c871cab4b2a1d7fc7a7e2b8d294607c8e6cd49
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 f697694124..0aa32ad3dd 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
- 08/14: DRAFT hurd: Support second boot., (continued)
- 08/14: DRAFT hurd: Support second boot., guix-commits, 2023/08/23
- 07/14: system: hurd: Add swap-services to hurd-default-essential-services., guix-commits, 2023/08/23
- 10/14: DRAFT system: examples: Add devel-hurd.tmpl., guix-commits, 2023/08/23
- 12/14: locale: Set %default-locale-definitions to glibc/hurd on the Hurd., guix-commits, 2023/08/23
- 13/14: DRAFT daemon: Support chroot builds on GNU/Hurd., guix-commits, 2023/08/23
- 01/14: self: Build directories in chunks of max 25 files at a time., guix-commits, 2023/08/23
- 06/14: system: hurd: Add procps to %base-packages/hurd., guix-commits, 2023/08/23
- 09/14: DRAFT hurd-boot: Support second boot., guix-commits, 2023/08/23
- 03/14: maint: Support `guix shell' in Guix's git archive with manifest.scm., guix-commits, 2023/08/23
- 14/14: Revert "DRAFT daemon: Support chroot builds on GNU/Hurd.", guix-commits, 2023/08/23
- 04/14: hurd: Support system init in /libexec/runsystem.,
guix-commits <=
- 11/14: gnu: Add libc-locales-for-target and glibc-locales/hurd., guix-commits, 2023/08/23