diff options
| author | Janneke Nieuwenhuizen <janneke@gnu.org> | 2024-12-18 16:53:36 +0100 |
|---|---|---|
| committer | Janneke Nieuwenhuizen <janneke@gnu.org> | 2024-12-18 17:00:13 +0100 |
| commit | 7c1199828b149746a555f78df47c552dd0aca885 (patch) | |
| tree | 64d8b86c4022ab556badfaafc06091dbcf649131 /gnu/system | |
| parent | 573f47a2b06a76d1a74a370ad443178a7041ae34 (diff) | |
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
Diffstat (limited to 'gnu/system')
| -rw-r--r-- | gnu/system/examples/bare-hurd64.tmpl | 3 | ||||
| -rw-r--r-- | gnu/system/examples/devel-hurd64.tmpl | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gnu/system/examples/bare-hurd64.tmpl b/gnu/system/examples/bare-hurd64.tmpl index ac175409559..44e29594664 100644 --- a/gnu/system/examples/bare-hurd64.tmpl +++ b/gnu/system/examples/bare-hurd64.tmpl | |||
| @@ -11,13 +11,14 @@ | |||
| 11 | ;; You may run it like so: | 11 | ;; You may run it like so: |
| 12 | ;; | 12 | ;; |
| 13 | ;; guix shell qemu -- qemu-system-x86_64 -m 2048 \ | 13 | ;; guix shell qemu -- qemu-system-x86_64 -m 2048 \ |
| 14 | ;; --machine q35 \ | ||
| 15 | ;; --enable-kvm \ | 14 | ;; --enable-kvm \ |
| 16 | ;; --device e1000,netdev=net0 \ | 15 | ;; --device e1000,netdev=net0 \ |
| 17 | ;; --netdev user,id=net0,hostfwd=tcp:127.0.0.1:10022-:2222 \ | 16 | ;; --netdev user,id=net0,hostfwd=tcp:127.0.0.1:10022-:2222 \ |
| 18 | ;; --snapshot \ | 17 | ;; --snapshot \ |
| 19 | ;; --hda /gnu/store/...-disk-image | 18 | ;; --hda /gnu/store/...-disk-image |
| 20 | ;; | 19 | ;; |
| 20 | ;; (note that the 64bit Hurd does not seem to show a login prompt) | ||
| 21 | ;; | ||
| 21 | ;; and use it like: | 22 | ;; and use it like: |
| 22 | ;; | 23 | ;; |
| 23 | ;; ssh -p 10022 root@localhost | 24 | ;; ssh -p 10022 root@localhost |
diff --git a/gnu/system/examples/devel-hurd64.tmpl b/gnu/system/examples/devel-hurd64.tmpl index 337ce77a7ce..e40c3eba152 100644 --- a/gnu/system/examples/devel-hurd64.tmpl +++ b/gnu/system/examples/devel-hurd64.tmpl | |||
| @@ -12,12 +12,13 @@ | |||
| 12 | ;; | 12 | ;; |
| 13 | ;; cp /gnu/store/.../disk-image devel-hurd.img | 13 | ;; cp /gnu/store/.../disk-image devel-hurd.img |
| 14 | ;; guix shell qemu -- qemu-system-x86_64 -m 4096 \ | 14 | ;; guix shell qemu -- qemu-system-x86_64 -m 4096 \ |
| 15 | ;; --machine q35 \ | ||
| 16 | ;; --enable-kvm \ | 15 | ;; --enable-kvm \ |
| 17 | ;; --device e1000,netdev=net0 \ | 16 | ;; --device e1000,netdev=net0 \ |
| 18 | ;; --netdev user,id=net0,hostfwd=tcp:127.0.0.1:10022-:2222 \ | 17 | ;; --netdev user,id=net0,hostfwd=tcp:127.0.0.1:10022-:2222 \ |
| 19 | ;; --hda devel-hurd.img | 18 | ;; --hda devel-hurd.img |
| 20 | ;; | 19 | ;; |
| 20 | ;; (note that the 64bit Hurd does not seem to show a login prompt) | ||
| 21 | ;; | ||
| 21 | ;; and use it like: | 22 | ;; and use it like: |
| 22 | ;; | 23 | ;; |
| 23 | ;; ssh -p 10022 root@localhost | 24 | ;; ssh -p 10022 root@localhost |
