summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
Diffstat (limited to 'hurd')
-rw-r--r--hurd/running/cloud.mdwn2
-rw-r--r--hurd/running/debian/qemu_image.mdwn12
-rw-r--r--hurd/subhurd.mdwn4
3 files changed, 9 insertions, 9 deletions
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