diff options
author | MutoShack <MutoShack@web> | 2019-03-24 01:07:26 +0100 |
---|---|---|
committer | GNU Hurd web pages engine <web-hurd@gnu.org> | 2019-03-24 01:07:26 +0100 |
commit | 87285fdf014292e3f35bba4f032258c82ea50546 (patch) | |
tree | ddd1c6f467191cf7835add86b05f8c8772047fc8 /hurd/running | |
parent | 58a004b8d2cd31c35fe8afe11a22f8f71e5300e7 (diff) |
Squash list
Diffstat (limited to 'hurd/running')
-rw-r--r-- | hurd/running/debian/qemu_image.mdwn | 26 |
1 files changed, 8 insertions, 18 deletions
diff --git a/hurd/running/debian/qemu_image.mdwn b/hurd/running/debian/qemu_image.mdwn index fe1b7444..db52f6e8 100644 --- a/hurd/running/debian/qemu_image.mdwn +++ b/hurd/running/debian/qemu_image.mdwn @@ -1,5 +1,5 @@ -[[!meta copyright="Copyright © 2011, 2012, 2014, 2016 Free Software Foundation, -Inc."]] +<!-- [[!meta copyright="Copyright © 2011, 2012, 2014, 2016 Free Software Foundation, +Inc."]] --> [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -9,34 +9,24 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled [[GNU Free Documentation License|/fdl]]."]]"""]] +[[!meta title="Debian's QEMU Image" + There is a QEMU image with [[Debian GNU/Hurd|debian]] pre-installed available -as <https://cdimage.debian.org/cdimage/ports/latest/hurd-i386/debian-hurd.img.tar.gz>. +at <https://cdimage.debian.org/cdimage/ports/latest/hurd-i386/debian-hurd.img.tar.gz>. Usage: * Install qemu-kvm via your distribution's package manager (it might just be named qemu) +* Download the image, unpack it, and run it: -* Download the debian image: - -<!-- Codeblocks nested in lists are garbage in Markdown. The only clean way to do this is by adding a comment after every list entry. Sorry about this!--> +<!-- Code snippits embedded in lists are garbage. Do not remove this comment. --> $ wget https://cdimage.debian.org/cdimage/ports/latest/hurd-i386/debian-hurd.img.tar.gz - -* Unpack it: - -<!-- Yes, another comment. I can leave these empty but then again I can fill them. --> - $ tar -xz < debian-hurd.img.tar.gz - -* Run it: - -<!-- A world in which nobody washes their dishes is a dishtopia --> - $ kvm -m 1G -drive cache=writeback,file=$(echo debian-hurd-*.img) -net user,hostfwd=tcp:127.0.0.1:2222-:22 * Login as root (the root password is empty) - -* Set up a root password with passwd +* Set up a root password with `passwd` Optionally you may use `--curses` to keep your keyboard layout. If need be modprobe kvm_amd, kvm intel and kvm to get kvm support (which is much, much faster). |