diff options
author | MutoShack <MutoShack@web> | 2019-03-20 06:57:26 +0100 |
---|---|---|
committer | GNU Hurd web pages engine <web-hurd@gnu.org> | 2019-03-20 06:57:26 +0100 |
commit | 6426d6911e4b847a324ea5aea562ef784ef5c99f (patch) | |
tree | 7c534589851e20e8adb398aa2bc7b3d082246f38 /hurd | |
parent | 4dd0eefb646fe19e44046472afce7369db7673fa (diff) |
Cut instructions down to multiple lines for easy copying
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/running/debian/qemu_image.mdwn | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/hurd/running/debian/qemu_image.mdwn b/hurd/running/debian/qemu_image.mdwn index c25b76ab..6748d3d7 100644 --- a/hurd/running/debian/qemu_image.mdwn +++ b/hurd/running/debian/qemu_image.mdwn @@ -14,13 +14,16 @@ as <https://cdimage.debian.org/cdimage/ports/latest/hurd-i386/debian-hurd.img.ta Usage: -* Install qemu-kvm via your distros packages. -* Download the debian image - $ `wget https://cdimage.debian.org/cdimage/ports/latest/hurd-i386/debian-hurd.img.tar.gz` -* Unpack it. - $ `tar -xz < debian-hurd.img.tar.gz` -* Run it - $ `kvm -m 1G -drive cache=writeback,file=$(echo debian-hurd-*.img) -net user,hostfwd=tcp:127.0.0.1:2222-:22` +* Install qemu-kvm via your distribution's package manager (it might just be named qemu) +* Download the debian image: + + `$ wget https://cdimage.debian.org/cdimage/ports/latest/hurd-i386/debian-hurd.img.tar.gz` +* Unpack it: + + `$ tar -xz < debian-hurd.img.tar.gz` +* Run it: + + `$ kvm -m 1G -drive cache=writeback,file=$(echo debian-hurd-*.img) -net user,hostfwd=tcp:127.0.0.1:2222-:22` # Optionally 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). * Login as root (the root password is empty) * set up a root password with passwd |