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 | |
parent | 96a30e31e8f19623d5b027924fe4059536e409f4 (diff) |
Update qemu image URLs
-rw-r--r-- | contributing.mdwn | 2 | ||||
-rw-r--r-- | hurd/running/cloud.mdwn | 2 | ||||
-rw-r--r-- | hurd/running/debian/qemu_image.mdwn | 12 | ||||
-rw-r--r-- | hurd/subhurd.mdwn | 4 |
4 files changed, 10 insertions, 10 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 diff --git a/hurd/running/cloud.mdwn b/hurd/running/cloud.mdwn index b063fd7b..736a7113 100644 --- a/hurd/running/cloud.mdwn +++ b/hurd/running/cloud.mdwn @@ -15,4 +15,4 @@ It is possible to run the Hurd as a KVM-based OpenStack cloud instance. [[For the time being|open_issues/virtio]], you'll have to avoid using virtio drivers, and use emulated hardware instead: - $ glance image-create --property hw_disk_bus=ide --property hw_cdrom_bus=ide --property hw_vif_model=rtl8139 --disk-format raw --container-format bare --name gnu-hurd --copy-from http://people.debian.org/~sthibault/hurd-i386/debian-hurd.img + $ glance image-create --property hw_disk_bus=ide --property hw_cdrom_bus=ide --property hw_vif_model=rtl8139 --disk-format raw --container-format bare --name gnu-hurd --copy-from https://cdimage.debian.org/cdimage/ports/latest/hurd-i386/debian-hurd.img diff --git a/hurd/running/debian/qemu_image.mdwn b/hurd/running/debian/qemu_image.mdwn index a17ff894..6cafc834 100644 --- a/hurd/running/debian/qemu_image.mdwn +++ b/hurd/running/debian/qemu_image.mdwn @@ -10,20 +10,20 @@ is included in the section entitled [[GNU Free Documentation License|/fdl]]."]]"""]] There is a QEMU image with [[Debian GNU/Hurd|debian]] pre-installed available -as <http://people.debian.org/~sthibault/hurd-i386/debian-hurd.img.tar.gz>. +as <https://cdimage.debian.org/cdimage/ports/latest/hurd-i386/debian-hurd.img.tar.gz>. Usage: - $ wget http://people.debian.org/~sthibault/hurd-i386/debian-hurd.img.tar.gz + $ 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) -Please also read the README file: <http://people.debian.org/~sthibault/hurd-i386/README> +Please also read the README file: <https://cdimage.debian.org/cdimage/ports/latest/hurd-i386/README> If you have troubles extracting the image, you can use -the gz version <http://people.debian.org/~sthibault/hurd-i386/debian-hurd.img.gz>, -the zip version <http://people.debian.org/~sthibault/hurd-i386/debian-hurd.img.zip>, -or even the plain version <http://people.debian.org/~sthibault/hurd-i386/debian-hurd.img> (3GiB!) +the gz version <https://cdimage.debian.org/cdimage/ports/latest/hurd-i386/debian-hurd.img.gz>, +the zip version <https://cdimage.debian.org/cdimage/ports/latest/hurd-i386/debian-hurd.img.zip>, +or even the plain version <https://cdimage.debian.org/cdimage/ports/latest/hurd-i386/debian-hurd.img> (5GiB!) See the discussion about [[hurd/running/qemu/writeback_caching]]. diff --git a/hurd/subhurd.mdwn b/hurd/subhurd.mdwn index df640565..a92a8d3f 100644 --- a/hurd/subhurd.mdwn +++ b/hurd/subhurd.mdwn @@ -30,10 +30,10 @@ requires a privileged subhurd. ## Quick hack: Use an existing image You can download a Debian/Hurd image -[[here|https://people.debian.org/~sthibault/hurd-i386/]] and directly +[[here|https://cdimage.debian.org/cdimage/ports/latest/hurd-i386/]] and directly boot it: - $ wget --no-check-certificate https://people.debian.org/~sthibault/hurd-i386/debian-hurd.img.gz + $ wget --no-check-certificate https://cdimage.debian.org/cdimage/ports/latest/hurd-i386/debian-hurd.img.gz $ gunzip debian-hurd.img.gz $ boot --kernel-command-line="fastboot root=pseudo-root" -T typed part:1:file:debian-hurd.img |