[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/92: Revert "hurd-boot: Add urandom and default-pager translators."
From: |
guix-commits |
Subject: |
13/92: Revert "hurd-boot: Add urandom and default-pager translators." |
Date: |
Fri, 23 Jun 2023 12:45:37 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 27e57517817ba7cd5cf39291c74193060187e748
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"))
- 07/92: squash! gnu: Add libc-for-target and glibc/hurd., (continued)
- 07/92: squash! gnu: Add libc-for-target and glibc/hurd., guix-commits, 2023/06/23
- 01/92: hurd-boot: Add urandom and default-pager translators., guix-commits, 2023/06/23
- 02/92: gnu: glibc/hurd-headers: Properly cross-build., guix-commits, 2023/06/23
- 05/92: gnu: Add libc-for-target and glibc/hurd., guix-commits, 2023/06/23
- 10/92: gnu: mig: Update to 04bfe7a91223ba15d868f7165e49328b1c6e86c3., guix-commits, 2023/06/23
- 14/92: gnu: Add libpciaccess-0.17., guix-commits, 2023/06/23
- 16/92: gnu: Add rumpkernel., guix-commits, 2023/06/23
- 19/92: gnu: hurd: Add rumpkernel., guix-commits, 2023/06/23
- 08/92: gnu: gnumach: Update to 1.8+git20221224., guix-commits, 2023/06/23
- 12/92: gnu: hurd: Update to v0.9.git20230216., guix-commits, 2023/06/23
- 13/92: Revert "hurd-boot: Add urandom and default-pager translators.",
guix-commits <=
- 15/92: gnu: hurd: Update libpciaccess to 0.17., guix-commits, 2023/06/23
- 09/92: gnu: Add libc-locales-for-target and glibc-locales/hurd., guix-commits, 2023/06/23
- 11/92: squash! gnu: mig: Update to 04bfe7a91223ba15d868f7165e49328b1c6e86c3., guix-commits, 2023/06/23
- 17/92: gnu: hurd-minimal: Include libshouldbeinlibc and libstore., guix-commits, 2023/06/23
- 18/92: gnu: parted: Support building for the Hurd., guix-commits, 2023/06/23
- 21/92: services: childhurd: Bump default qemu memory to 2048MB., guix-commits, 2023/06/23
- 20/92: hurd-boot: Setup pci-arbiter and rumpdisk translators., guix-commits, 2023/06/23
- 23/92: bootloader: grub: Use rumpdisk-style root when booting with "noide"., guix-commits, 2023/06/23
- 25/92: gnu: netdde: Resurrect and update to 2.6.32.65-2-e67c284ac1., guix-commits, 2023/06/23
- 26/92: hurd-boot: Cater for netdde., guix-commits, 2023/06/23