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 /contributing.mdwn | |
parent | ca08eb1d649f23a0fbf5584cdd2faac9c0fe7628 (diff) | |
download | web-38a6c4e7e5631f44449d154d20b3aee1b02c85b1.tar.gz web-38a6c4e7e5631f44449d154d20b3aee1b02c85b1.tar.bz2 web-38a6c4e7e5631f44449d154d20b3aee1b02c85b1.zip |
I fixed two misspellings. I combined the information in the "instant development environment" and the running the hurd in qemu page.
Diffstat (limited to 'contributing.mdwn')
-rw-r--r-- | contributing.mdwn | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/contributing.mdwn b/contributing.mdwn index cf812b17..45460f6f 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -177,12 +177,11 @@ I'll have to think about it some more. *This is a very brief guide to get your development environment set up. Pester ArneBab @ irc.freenode.net on IRC if something does not work :)* ([[!taglink open_issue_documentation]]) -* Install qemu-kvm via your distros packages. -* Download the [qemu image](https://cdimage.debian.org/cdimage/ports/latest/hurd-i386/debian-hurd.img.tar.gz): `wget https://cdimage.debian.org/cdimage/ports/latest/hurd-i386/debian-hurd.img.tar.gz` -* Unpack it: `tar xf debian-hurd.img.tar.gz` -* Run it: `kvm -m 512 -drive cache=writeback,file=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). See also: [kvm FAQ](http://www.linux-kvm.org/page/FAQ). -* login as root -* set a root password with `passwd` + +First run the hurd in [[qemu|hurd/running/qemu#index1h2]] + +After you have a Hurd vm set up and running: + * `apt-get update` * `apt-get install -y git mercurial emacs vim` * `apt-get build-dep -y hurd gnumach` |