[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/18: hurd: Support system init in /libexec/runsystem.
From: |
guix-commits |
Subject: |
10/18: hurd: Support system init in /libexec/runsystem. |
Date: |
Fri, 21 Jul 2023 12:00:01 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit faeb31c6a911808ebe956f9df73f979f9dafcaab
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
- 04/18: gnu: guix: Disable some test on 32bit., (continued)
- 04/18: gnu: guix: Disable some test on 32bit., guix-commits, 2023/07/21
- 03/18: tests: texlive: Remove texlive-texworks from propagated-inputs., guix-commits, 2023/07/21
- 06/18: build: Build gnu/packages/*.go in five steps., guix-commits, 2023/07/21
- 11/18: hurd-boot: Support system init: Create essential device nodes., guix-commits, 2023/07/21
- 05/18: gnu: guix: Disable some tests on the Hurd., guix-commits, 2023/07/21
- 16/18: DRAFT system: examples: Add devel-hurd.tmpl., guix-commits, 2023/07/21
- 02/18: tests: packages: Set system for expected result of package->bag., guix-commits, 2023/07/21
- 07/18: self: Build gnu/packages/*.go in 26 steps on the Hurd., guix-commits, 2023/07/21
- 08/18: gnu: guix: Update to 1.4.0-8.5623ab503f., guix-commits, 2023/07/21
- 09/18: gnu: guix: Update to 1.4.0-9.ee343946cc., guix-commits, 2023/07/21
- 10/18: hurd: Support system init in /libexec/runsystem.,
guix-commits <=
- 12/18: system: hurd: Add procps to %base-packages/hurd., guix-commits, 2023/07/21
- 13/18: system: hurd: Add swap-services to hurd-default-essential-services., guix-commits, 2023/07/21
- 14/18: DRAFT hurd: Support second boot., guix-commits, 2023/07/21
- 15/18: DRAFT hurd-boot: Support second boot., guix-commits, 2023/07/21
- 17/18: gnu: Add libc-locales-for-target and glibc-locales/hurd., guix-commits, 2023/07/21
- 18/18: locale: Set %default-locale-definitions to glibc/hurd on the Hurd., guix-commits, 2023/07/21