diff options
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/running/debian/qemu_image.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hurd/running/debian/qemu_image.mdwn b/hurd/running/debian/qemu_image.mdwn index 6fc4d0c6..da69c7ac 100644 --- a/hurd/running/debian/qemu_image.mdwn +++ b/hurd/running/debian/qemu_image.mdwn @@ -14,7 +14,7 @@ as <https://cdimage.debian.org/cdimage/ports/latest/hurd-i386/debian-hurd.img.ta Usage: -Install qemu-kvm via your distribution's package manager (it might just be named qemu) +* Install qemu-kvm via your distribution's package manager (it might just be named qemu) * Download the debian image: @@ -35,9 +35,9 @@ Install qemu-kvm via your distribution's package manager (it might just be named $ 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) +* Login as root (the root password is empty) -Set up a root password with passwd +* Set up a root password with passwd Please also read the README file: <https://cdimage.debian.org/cdimage/ports/latest/hurd-i386/README> |