summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorMutoShack <MutoShack@web>2019-03-20 07:29:29 +0100
committerGNU Hurd web pages engine <web-hurd@gnu.org>2019-03-20 07:29:29 +0100
commitce8994a816e79d7e6e2f1529c1c9a92a13ae829d (patch)
treebaf3212695cf5c297c3c9ddbcea80d6eddfac937 /hurd
parent56e953baa30e48b58fe4b0d0471a2709d344b73c (diff)
Turn some instructions into "list" items
Diffstat (limited to 'hurd')
-rw-r--r--hurd/running/debian/qemu_image.mdwn6
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>