From 56e953baa30e48b58fe4b0d0471a2709d344b73c Mon Sep 17 00:00:00 2001 From: MutoShack Date: Wed, 20 Mar 2019 07:27:50 +0100 Subject: Fix a missused hash character --- hurd/running/debian/qemu_image.mdwn | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) (limited to 'hurd/running/debian/qemu_image.mdwn') diff --git a/hurd/running/debian/qemu_image.mdwn b/hurd/running/debian/qemu_image.mdwn index 6748d3d7..6fc4d0c6 100644 --- a/hurd/running/debian/qemu_image.mdwn +++ b/hurd/running/debian/qemu_image.mdwn @@ -14,19 +14,30 @@ as + + $ wget https://cdimage.debian.org/cdimage/ports/latest/hurd-i386/debian-hurd.img.tar.gz + * Unpack it: - `$ tar -xz < debian-hurd.img.tar.gz` + + + $ 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 + + + $ 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 Please also read the README file: -- cgit v1.2.3