system: examples: Update instructions in {bare,devel}-hurd64.tmpl.

* gnu/system/examples/bare-hurd64.tmpl: Remove --machine q35, there seems to
be no longer any need for this.  Mention that there is no login prompt.
* gnu/system/examples/devel-hurd64.tmpl: Likewise.

Change-Id: Ib918cff3ca96f2a199869e876b6a75fedb09c983
This commit is contained in:
Janneke Nieuwenhuizen 2024-12-18 16:53:36 +01:00
parent 573f47a2b0
commit 7c1199828b
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273
2 changed files with 4 additions and 2 deletions

View file

@ -11,13 +11,14 @@
;; You may run it like so:
;;
;; guix shell qemu -- qemu-system-x86_64 -m 2048 \
;; --machine q35 \
;; --enable-kvm \
;; --device e1000,netdev=net0 \
;; --netdev user,id=net0,hostfwd=tcp:127.0.0.1:10022-:2222 \
;; --snapshot \
;; --hda /gnu/store/...-disk-image
;;
;; (note that the 64bit Hurd does not seem to show a login prompt)
;;
;; and use it like:
;;
;; ssh -p 10022 root@localhost

View file

@ -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