guix-commits
[Top][All Lists]
Advanced

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

44/48: hurd: Support system init in /libexec/runsystem.


From: guix-commits
Subject: 44/48: hurd: Support system init in /libexec/runsystem.
Date: Sun, 4 Jun 2023 07:43:47 -0400 (EDT)

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

commit 1452cd9bd13b81e1b13f2d3690bb1607f75273a0
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 bf10accd53..e236c5c71c 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -398,6 +398,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]