summaryrefslogtreecommitdiff
path: root/hurd/running
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/running')
-rw-r--r--hurd/running/debian/qemu_image.mdwn15
-rw-r--r--hurd/running/qemu/networking.mdwn2
2 files changed, 11 insertions, 6 deletions
diff --git a/hurd/running/debian/qemu_image.mdwn b/hurd/running/debian/qemu_image.mdwn
index 6cafc834..835f36e4 100644
--- a/hurd/running/debian/qemu_image.mdwn
+++ b/hurd/running/debian/qemu_image.mdwn
@@ -14,9 +14,16 @@ as <https://cdimage.debian.org/cdimage/ports/latest/hurd-i386/debian-hurd.img.ta
Usage:
- $ wget https://cdimage.debian.org/cdimage/ports/latest/hurd-i386/debian-hurd.img.tar.gz
- $ tar -xz < debian-hurd.img.tar.gz
- $ kvm -m 1G -drive cache=writeback,file=$(echo debian-hurd-*.img)
+* 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) -redir tcp: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: <https://cdimage.debian.org/cdimage/ports/latest/hurd-i386/README>
@@ -27,7 +34,5 @@ or even the plain version <https://cdimage.debian.org/cdimage/ports/latest/hurd-
See the discussion about [[hurd/running/qemu/writeback_caching]].
-Just in case you were wondering: the *root* password is empty.
-
[[!if test="destpage(hurd/running/qemu)" then="" else="For more detailed
instructions, please see the [[hurd/running/QEMU]] page."]]
diff --git a/hurd/running/qemu/networking.mdwn b/hurd/running/qemu/networking.mdwn
index 0c8e0ae8..c91c7fc8 100644
--- a/hurd/running/qemu/networking.mdwn
+++ b/hurd/running/qemu/networking.mdwn
@@ -12,7 +12,7 @@ License|/fdl]]."]]"""]]
## User mode network
This is the default networking option for qemu. This does not require root
-previleges. If you have DHCP running it will take the ip as 10.0.2.15
+privileges. If you have DHCP running it will take the ip as 10.0.2.15
You can setup an ip 10.0.2.*
Gateway is 10.0.2.2