diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-06-09 18:31:41 +0300 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-06-09 18:31:41 +0300 |
commit | a021d2144f6acf02051553390f2f2ab974e669fa (patch) | |
tree | 451621731b52c5a47e56522391e6ce98d11090e0 /contributing.mdwn | |
parent | 96a30e31e8f19623d5b027924fe4059536e409f4 (diff) | |
download | web-a021d2144f6acf02051553390f2f2ab974e669fa.tar.gz web-a021d2144f6acf02051553390f2f2ab974e669fa.tar.bz2 web-a021d2144f6acf02051553390f2f2ab974e669fa.zip |
Update qemu image URLs
Diffstat (limited to 'contributing.mdwn')
-rw-r--r-- | contributing.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributing.mdwn b/contributing.mdwn index 6cb5756f..cf812b17 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -178,7 +178,7 @@ I'll have to think about it some more. ([[!taglink open_issue_documentation]]) * Install qemu-kvm via your distros packages. -* Download the [qemu image](http://people.debian.org/~sthibault/hurd-i386/debian-hurd.img.tar.gz): `wget http://people.debian.org/~sthibault/hurd-i386/debian-hurd.img.tar.gz` +* 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 |