guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/10: hurd: Support system init in /libexec/runsystem.


From: guix-commits
Subject: 01/10: hurd: Support system init in /libexec/runsystem.
Date: Sat, 2 Dec 2023 09:40:33 -0500 (EST)

janneke pushed a commit to branch hurd-team
in repository guix.

commit 2d6365701bf2860b601e0f19fe9aa4cfb177a0ef
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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]