diff options
Diffstat (limited to 'hurd/running')
| -rw-r--r-- | hurd/running/cloud.mdwn | 2 | ||||
| -rw-r--r-- | hurd/running/debian/qemu_image.mdwn | 12 |
2 files changed, 7 insertions, 7 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]]. |
