diff options
author | Janneke Nieuwenhuizen <[email protected]> | 2023-05-30 18:02:38 +0200 |
---|---|---|
committer | Jan (janneke) Nieuwenhuizen <[email protected]> | 2024-11-11 07:28:33 +0100 |
commit | b25d2ad5c7bba8c2818ea269b0549ef5ce10823a (patch) | |
tree | f8a5e911b666992b8d076871499992ab757fdc94 /gnu/local.mk | |
parent | a16c94446e81c65715825853b19e9dccf39225dc (diff) |
gnu: hurd: Support second boot.
This avoids hanging upon second boot and ensures a declarative /hurd and /dev.
* gnu/packages/patches/hurd-startup.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/hurd.scm (hurd): Use it.
[arguments]: In stage create-runsystem remove /dev/urandom.
Change-Id: Ifcca5562c297204735c35132820a32ca0f273677
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index ae902a5ab2..03cf70ffa8 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1545,6 +1545,7 @@ dist_patch_DATA = \ %D%/packages/patches/hubbub-sort-entities.patch \ %D%/packages/patches/hueplusplus-mbedtls.patch \ %D%/packages/patches/hurd-rumpdisk-no-hd.patch \ + %D%/packages/patches/hurd-startup.patch \ %D%/packages/patches/hwloc-1-test-btrfs.patch \ %D%/packages/patches/i7z-gcc-10.patch \ %D%/packages/patches/icecat-makeicecat.patch \ |