mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
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:
parent
573f47a2b0
commit
7c1199828b
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue