diff options
author | Joshua Branson <jbranso@fastmail.com> | 2018-10-29 14:20:54 -0400 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-10-29 21:04:09 +0100 |
commit | 38a6c4e7e5631f44449d154d20b3aee1b02c85b1 (patch) | |
tree | 70a45af8a547a689a0ab045e2420b8497d56e19f /hurd/running | |
parent | ca08eb1d649f23a0fbf5584cdd2faac9c0fe7628 (diff) |
I fixed two misspellings. I combined the information in the "instant development environment" and the running the hurd in qemu page.
Diffstat (limited to 'hurd/running')
-rw-r--r-- | hurd/running/debian/qemu_image.mdwn | 15 | ||||
-rw-r--r-- | hurd/running/qemu/networking.mdwn | 2 |
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 |