mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
system/examples: Use latest QEMU for hurd examples.
* gnu/system/examples/bare-hurd64.tmpl: Replace qemu@7 with qemu in invocation example. * gnu/system/examples/devel-hurd64.tmpl: Likewise. Change-Id: I3cdbff6f68b810feff1d9b2929a323498af3fd29
This commit is contained in:
parent
2dc4a9cca3
commit
118d6429c8
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
;;
|
||||
;; You may run it like so:
|
||||
;;
|
||||
;; guix shell qemu@7 -- qemu-system-x86_64 -m 2048 \
|
||||
;; guix shell qemu -- qemu-system-x86_64 -m 2048 \
|
||||
;; --machine q35 \
|
||||
;; --enable-kvm \
|
||||
;; --device e1000,netdev=net0 \
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
;; You may run it like so:
|
||||
;;
|
||||
;; cp /gnu/store/.../disk-image devel-hurd.img
|
||||
;; guix shell qemu@7 -- qemu-system-x86_64 -m 4096 \
|
||||
;; guix shell qemu -- qemu-system-x86_64 -m 4096 \
|
||||
;; --machine q35 \
|
||||
;; --enable-kvm \
|
||||
;; --device e1000,netdev=net0 \
|
||||
|
|
Loading…
Reference in a new issue