[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/85: hurd-boot: Add urandom and default-pager translators.
From: |
guix-commits |
Subject: |
01/85: hurd-boot: Add urandom and default-pager translators. |
Date: |
Thu, 15 Jun 2023 02:32:35 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 858c22d49dd4134999c59d8f4891f416ef0898f0
Author: Josselin Poiret <dev@jpoiret.xyz>
AuthorDate: Mon May 22 11:04:11 2023 +0200
hurd-boot: Add urandom and default-pager translators.
* gnu/build/hurd-boot.scm (set-hurd-device-translators): Set up urandom and
default-pager on boot.
---
gnu/build/hurd-boot.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/build/hurd-boot.scm b/gnu/build/hurd-boot.scm
index 95c15907dd..14bfc5e809 100644
--- a/gnu/build/hurd-boot.scm
+++ b/gnu/build/hurd-boot.scm
@@ -188,6 +188,7 @@ 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?
@@ -198,6 +199,8 @@ 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"))
- branch hurd-team created (now 61616f4ceb), guix-commits, 2023/06/15
- 01/85: hurd-boot: Add urandom and default-pager translators.,
guix-commits <=
- 06/85: squash! gnu: Add libc-for-target and glibc/hurd., guix-commits, 2023/06/15
- 09/85: gnu: Add libc-locales-for-target and glibc-locales/hurd., guix-commits, 2023/06/15
- 07/85: squash! gnu: Add libc-for-target and glibc/hurd., guix-commits, 2023/06/15
- 08/85: gnu: gnumach: Update to 1.8+git20221224., guix-commits, 2023/06/15
- 11/85: squash! gnu: mig: Update to 04bfe7a91223ba15d868f7165e49328b1c6e86c3., guix-commits, 2023/06/15
- 13/85: Revert "hurd-boot: Add urandom and default-pager translators.", guix-commits, 2023/06/15
- 24/85: gnu: gnumach: Support "noide" argument., guix-commits, 2023/06/15
- 27/85: system: hurd: Add netdde to %base-packages/hurd., guix-commits, 2023/06/15
- 28/85: services: static-networking: Support netdde for the Hurd., guix-commits, 2023/06/15
- 29/85: gnu: gnumach: Disable builtin networking., guix-commits, 2023/06/15