[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
26/84: hurd-boot: Cater for netdde.
From: |
guix-commits |
Subject: |
26/84: hurd-boot: Cater for netdde. |
Date: |
Wed, 14 Jun 2023 06:23:56 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd
in repository guix.
commit 083fcee10e0731c4da4426076a63cf9ad37085a8
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Wed May 24 23:23:30 2023 +0200
hurd-boot: Cater for netdde.
* gnu/build/hurd-boot.scm (set-hurd-device-translators): Setup translators
for
netdde, eth{0,1}. Create /servers/socket/{inet,inet6} symlinks.
---
gnu/build/hurd-boot.scm | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/gnu/build/hurd-boot.scm b/gnu/build/hurd-boot.scm
index 84eec85f5b..a9700fd1cd 100644
--- a/gnu/build/hurd-boot.scm
+++ b/gnu/build/hurd-boot.scm
@@ -215,6 +215,13 @@ set."
("dev/fd" ("/hurd/magic" "--directory" "fd") #o555)
("dev/rumpdisk"("/hurd/rumpdisk") #o660)
+ ("dev/netdde" ("/hurd/netdde") #o660)
+ ("dev/eth0" ("/hurd/devnode" "--master-device=/dev/net"
+ "eth0")
+ #o660)
+ ("dev/eth1" ("/hurd/devnode" "--master-device=/dev/net"
+ "eth1")
+ #o660)
;; Create a number of ttys; syslogd writes to tty12 by default.
;; FIXME: Creating /dev/tty12 leads the console client to switch to
@@ -268,6 +275,9 @@ set."
(false-if-EEXIST (symlink "/dev/fd/2" (scope "dev/stderr")))
(false-if-EEXIST (symlink "crash-dump-core" (scope "servers/crash")))
(false-if-EEXIST (symlink "/dev/rumpdisk" (scope "dev/disk")))
+ (false-if-EEXIST (symlink "/dev/netdde" (scope "dev/net")))
+ (false-if-EEXIST (symlink "/servers/socket/2" (scope "servers/socket/inet")))
+ (false-if-EEXIST (symlink "/servers/socket/26" (scope
"servers/socket/inet6")))
;; Make sure /etc/mtab is a symlink to /proc/mounts.
(false-if-exception (delete-file (scope "etc/mtab")))
- branch wip-hurd created (now 84b664bb10), guix-commits, 2023/06/14
- 20/84: hurd-boot: Setup pci-arbiter and rumpdisk translators., guix-commits, 2023/06/14
- 11/84: squash! gnu: mig: Update to 04bfe7a91223ba15d868f7165e49328b1c6e86c3., guix-commits, 2023/06/14
- 13/84: Revert "hurd-boot: Add urandom and default-pager translators.", guix-commits, 2023/06/14
- 18/84: gnu: parted: Support building for the Hurd., guix-commits, 2023/06/14
- 07/84: squash! gnu: Add libc-for-target and glibc/hurd., guix-commits, 2023/06/14
- 26/84: hurd-boot: Cater for netdde.,
guix-commits <=
- 31/84: gnu: commencement: Add automake-boot0., guix-commits, 2023/06/14
- 38/84: gnu: coreutils: Skip hanging and failing test for the Hurd., guix-commits, 2023/06/14
- 53/84: gnu: libgpg-error: Skip failing test for the Hurd., guix-commits, 2023/06/14
- 74/84: gnu: glib: Disable tests for the Hurd., guix-commits, 2023/06/14
- 64/84: gnu: openssl-1.1: Fix shared build for the Hurd., guix-commits, 2023/06/14
- 67/84: gnu: swig: Skip tests when building for the Hurd., guix-commits, 2023/06/14
- 75/84: gnu: ghostscript: Fix build for the Hurd., guix-commits, 2023/06/14
- 69/84: gnu: cmake-bootstrap: Fix build for the Hurd., guix-commits, 2023/06/14
- 08/84: gnu: gnumach: Update to 1.8+git20221224., guix-commits, 2023/06/14
- 06/84: squash! gnu: Add libc-for-target and glibc/hurd., guix-commits, 2023/06/14