diff options
Diffstat (limited to 'gnu/system/examples/devel-hurd64.tmpl')
-rw-r--r-- | gnu/system/examples/devel-hurd64.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/system/examples/devel-hurd64.tmpl b/gnu/system/examples/devel-hurd64.tmpl index 337ce77a7c..e40c3eba15 100644 --- a/gnu/system/examples/devel-hurd64.tmpl +++ b/gnu/system/examples/devel-hurd64.tmpl @@ -12,12 +12,13 @@ ;; ;; cp /gnu/store/.../disk-image devel-hurd.img ;; guix shell qemu -- qemu-system-x86_64 -m 4096 \ -;; --machine q35 \ ;; --enable-kvm \ ;; --device e1000,netdev=net0 \ ;; --netdev user,id=net0,hostfwd=tcp:127.0.0.1:10022-:2222 \ ;; --hda devel-hurd.img ;; +;; (note that the 64bit Hurd does not seem to show a login prompt) +;; ;; and use it like: ;; ;; ssh -p 10022 root@localhost |