[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/47: Revert "hurd-boot: Add urandom and default-pager translators."
From: |
guix-commits |
Subject: |
09/47: Revert "hurd-boot: Add urandom and default-pager translators." |
Date: |
Sat, 3 Jun 2023 07:23:34 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd
in repository guix.
commit ab271ce50eac0bf82e21647168c2efd524b94cb5
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sun May 28 14:02:32 2023 +0200
Revert "hurd-boot: Add urandom and default-pager translators."
This reverts commit de9600312cd6a4db9d24a50267da079c4f430afc.
---
gnu/build/hurd-boot.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/build/hurd-boot.scm b/gnu/build/hurd-boot.scm
index 14bfc5e809..95c15907dd 100644
--- a/gnu/build/hurd-boot.scm
+++ b/gnu/build/hurd-boot.scm
@@ -188,7 +188,6 @@ set."
("servers/crash-suspend" ("/hurd/crash" "--suspend"))
("servers/password" ("/hurd/password"))
("servers/socket/1" ("/hurd/pflocal"))
- ("servers/default-pager" ("/hurd/proxy-defpager"))
;; /servers/socket/2 and /26 are created by 'static-networking-service'.
;; XXX: Spawn pfinet without arguments on these nodes so that a DHCP
;; client has someone to talk to?
@@ -199,8 +198,6 @@ set."
("dev/null" ("/hurd/null") #o666)
("dev/random" ("/hurd/random" "--seed-file" "/var/lib/random-seed")
#o644)
- ("dev/urandom" ("/hurd/random" "--seed-file" "/var/lib/random-seed"
- "--fast") #o644)
("dev/zero" ("/hurd/storeio" "--store-type=zero") #o666)
("dev/console" ("/hurd/term" "/dev/console" "device" "console"))
- 01/47: hurd-boot: Add urandom and default-pager translators., (continued)
- 01/47: hurd-boot: Add urandom and default-pager translators., guix-commits, 2023/06/03
- 04/47: gnu: hurd: Update supported systems., guix-commits, 2023/06/03
- 07/47: gnu: mig: Update to 04bfe7a91223ba15d868f7165e49328b1c6e86c3., guix-commits, 2023/06/03
- 14/47: gnu: hurd-minimal: Include libshouldbeinlibc and libstore., guix-commits, 2023/06/03
- 19/47: system: hurd: Boot with pci.arbiter and rumpdisk., guix-commits, 2023/06/03
- 31/47: gnu: commencement: hurd-headers-boot0: Update to 0.9.git20230216., guix-commits, 2023/06/03
- 35/47: Revert "gnu: libunistring: Fix make check for the Hurd.", guix-commits, 2023/06/03
- 37/47: gnu: coreutils: Skip hanging and failing test for the Hurd., guix-commits, 2023/06/03
- 39/47: Revert "gnu: sed: Skip failing test on GNU/Hurd.", guix-commits, 2023/06/03
- 40/47: gnu: findutils: Move test-strerror_r from XFAIL to skip for the Hurd., guix-commits, 2023/06/03
- 09/47: Revert "hurd-boot: Add urandom and default-pager translators.",
guix-commits <=
- 12/47: gnu: hurd: Update libpciaccess to 0.17., guix-commits, 2023/06/03
- 22/47: gnu: netdde: Resurrect and update to 2.6.32.65-2-e67c284ac1., guix-commits, 2023/06/03
- 41/47: gnu: diffutils: Remove test-perror2 from XFAIL_TESTS for the Hurd., guix-commits, 2023/06/03
- 08/47: gnu: hurd: Update to v0.9.git20230216., guix-commits, 2023/06/03
- 32/47: gnu: commencement: hurd-minimal-boot0: Update to 0.9.git20230216., guix-commits, 2023/06/03
- 44/47: hurd-boot: Support system init: Create essential device nodes., guix-commits, 2023/06/03
- 47/47: DRAFT system: examples: Add devel-hurd.tmpl., guix-commits, 2023/06/03
- 43/47: hurd: Support system init in /libexec/runsystem., guix-commits, 2023/06/03
- 45/47: DRAFT hurd: Support second boot., guix-commits, 2023/06/03
- 46/47: DRAFT hurd-boot: Support second boot., guix-commits, 2023/06/03