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

commit 9b864f7eb8b1fe7eb3740ade8b40b5b301953c0e
Author: Jan (janneke) Nieuwenhuizen <[email protected]>
AuthorDate: Thu May 7 21:40:33 2020 +0200

    squash! system: vm: Initial vm-image support for the Hurd.
---
 gnu/system/vm.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm
index 8a98252..a9f1789 100644
--- a/gnu/system/vm.scm
+++ b/gnu/system/vm.scm
@@ -664,8 +664,6 @@ of the GNU system as described by OS."
                                          "default-pager" "crash-dump-core"
                                          "kill" "suspend"))
                                 ("/hurd" -> ,(file-append hurd "/hurd"))
-                                (directory "/etc")
-                                ("/etc/ttys" -> ,(file-append hurd 
"/etc/ttys"))
                                 (directory "/boot")
                                 ("/boot/activation" -> ,boot-activation))
                               '())))

Reply via email to