From 87285fdf014292e3f35bba4f032258c82ea50546 Mon Sep 17 00:00:00 2001 From: MutoShack Date: Sun, 24 Mar 2019 01:07:26 +0100 Subject: Squash list --- hurd/running/debian/qemu_image.mdwn | 26 ++++++++------------------ 1 file changed, 8 insertions(+), 18 deletions(-) (limited to 'hurd/running') 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 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 . +at . 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: - - + $ 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 * 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). -- cgit v1.2.3