guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: hurd: Have runsystem script create eth0 too.


From: guix-commits
Subject: 02/03: gnu: hurd: Have runsystem script create eth0 too.
Date: Wed, 8 Apr 2020 09:26:41 -0400 (EDT)

janneke pushed a commit to branch wip-hurd-vm
in repository guix.

commit 1427224358dabba760cd8a44f3d25c506ea81fa6
Author: Jan (janneke) Nieuwenhuizen <address@hidden>
AuthorDate: Wed Apr 8 15:01:05 2020 +0200

    gnu: hurd: Have runsystem script create eth0 too.
    
    * gnu/packages/hurd.scm (/dev): runsystem: MAKEDEV eth0 too.
---
 gnu/packages/hurd.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index 89c2003..7b15484 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -406,7 +406,7 @@ fsysopts / --writable
 # MAKEDEV relies on pipes so this needs to be set up.
 settrans -c /servers/socket/1 /hurd/pflocal
 
-(cd /dev; MAKEDEV -D /dev std vcs tty{1,2,3,4,5,6})\n")))
+(cd /dev; MAKEDEV -D /dev std vcs tty{1,2,3,4,5,6} eth0)\n")))
 
                (substitute* "daemons/runsystem.hurd.sh"
                  (("export PATH")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]