summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hurd/running/qemu.mdwn8
-rw-r--r--news/2010.mdwn2
-rw-r--r--news/2011-q2-ps.mdwn2
-rw-r--r--news/2011-q2.mdwn2
-rw-r--r--news/2012-q3-q4.mdwn4
-rw-r--r--open_issues/nightly_builds_deb_packages.mdwn2
6 files changed, 11 insertions, 9 deletions
diff --git a/hurd/running/qemu.mdwn b/hurd/running/qemu.mdwn
index fcd5c21d..190602ed 100644
--- a/hurd/running/qemu.mdwn
+++ b/hurd/running/qemu.mdwn
@@ -50,7 +50,7 @@ volunteers and may not have been tested extensively.
## Debian Installer
-Instructions for creating a qemu image from the install CDs from debian installer can be found in the README alongside the d-i Hurd images: <http://people.debian.org/~sthibault/hurd-i386/installer/cdimage/>
+Instructions for creating a qemu image from the install CDs from debian installer can be found in the README alongside the d-i Hurd images: <https://cdimage.debian.org/cdimage/ports/latest/hurd-i386/>
---
# KVM acceleration
@@ -362,7 +362,9 @@ See "Linux/Multiboot boot specific" section on QEMU manpage.
Get the multiboot modules. Either extract them from the disk image, or,
download:
- $ wget http://people.debian.org/~sthibault/hurd-i386/installer/cdimage/current/{gnumach.gz,ext2fs.static,ld.so.1}
+ $ wget https://cdimage.debian.org/cdimage/ports/latest/hurd-i386/gnumach.gz
+ $ wget https://cdimage.debian.org/cdimage/ports/latest/hurd-i386/ext2fs.static
+ $ wget https://cdimage.debian.org/cdimage/ports/latest/hurd-i386/exec.static
Generally, these files need to correspond to the ones in the disk image, so
don't forget to keep them up to date.
@@ -374,7 +376,7 @@ you'll get told: *qemu: linux kernel too old to load a ram disk*.
> --kernel gnumach \
> --initrd \
> 'ext2fs.static --multiboot-command-line=${kernel-command-line} --host-priv-port=${host-port} --device-master-port=${device-port} --exec-server-task=${exec-task} -T typed device:hd0s1 $(task-create) $(task-resume)',\
- > 'ld.so.1 /hurd/exec $(exec-task=task-create)'
+ > 'exec.static $(exec-task=task-create)'
Note that, contrary to [[GRUB]]'s configuration file, you don't specify
"`argv[0]`" here, and it's fortunate that neither ext2fs nor exec need a comma
diff --git a/news/2010.mdwn b/news/2010.mdwn
index 2ba85266..a1adc686 100644
--- a/news/2010.mdwn
+++ b/news/2010.mdwn
@@ -65,7 +65,7 @@ the previous CD images, which were using an installer based on the old
Debian boot floppies (and running under the Linux kernel)---Philip
Charles has been maintaining these single-handedly for almost ten
years! The new installer images are available from
-<http://people.debian.org/~sthibault/hurd-i386/installer/cdimage/>.
+<https://cdimage.debian.org/cdimage/ports/stable/hurd-i386>.
Emilio Pozuelo Monfort was investigating specific compatibility
problems exposed by the extensive test suites coming with some
diff --git a/news/2011-q2-ps.mdwn b/news/2011-q2-ps.mdwn
index f62a23ae..bb3c7fd7 100644
--- a/news/2011-q2-ps.mdwn
+++ b/news/2011-q2-ps.mdwn
@@ -102,7 +102,7 @@ the more common misunderstandings.
* **Installation can still be challenging**:
Please [[take notice|http://xkcd.com/293/]] of the
- [README file](http://people.debian.org/~sthibault/hurd-i386/installer/cdimage/YES_REALLY_README.txt) --
+ [README file](https://cdimage.debian.org/cdimage/ports/stable/hurd-i386/YES_REALLY_README.txt) --
just like with any software in development,
there are some known pitfalls to avoid.
(Or better yet, help to fix.) :-)
diff --git a/news/2011-q2.mdwn b/news/2011-q2.mdwn
index 1c677670..d6c962ac 100644
--- a/news/2011-q2.mdwn
+++ b/news/2011-q2.mdwn
@@ -34,7 +34,7 @@ Samuel Thibault
[created](http://lists.gnu.org/archive/html/bug-hurd/2011-05/msg00189.html) the
first Debian GNU/Hurd CD set with a graphical installer. You can dowload it at
[the usual place for Debian CD
-images](http://people.debian.org/~sthibault/hurd-i386/installer/cdimage/).
+images](https://cdimage.debian.org/cdimage/ports/stable/hurd-i386).
Amongst others, Samuel also [tracked down and
fixed](http://lists.gnu.org/archive/html/bug-hurd/2011-05/msg00025.html) a port
diff --git a/news/2012-q3-q4.mdwn b/news/2012-q3-q4.mdwn
index c0b8b3a0..d8178fa9 100644
--- a/news/2012-q3-q4.mdwn
+++ b/news/2012-q3-q4.mdwn
@@ -47,8 +47,8 @@ changes.
Also Samuel Thibault
[provided](http://lists.gnu.org/archive/html/bug-hurd/2012-12/msg00052.html)
new [installation
-CDs](http://people.debian.org/~sthibault/hurd-i386/installer/cdimage/current)
-and a new [QEMU image](http://people.debian.org/~sthibault/hurd-i386/).
+CDs](https://cdimage.debian.org/cdimage/ports/stable/hurd-i386)
+and a new [QEMU image](https://cdimage.debian.org/cdimage/ports/stable/hurd-i386).
Additionally to using pthreads, these now offer keyboard layout configuration.
In [[glibc]],
diff --git a/open_issues/nightly_builds_deb_packages.mdwn b/open_issues/nightly_builds_deb_packages.mdwn
index cef16734..6c5cda41 100644
--- a/open_issues/nightly_builds_deb_packages.mdwn
+++ b/open_issues/nightly_builds_deb_packages.mdwn
@@ -71,7 +71,7 @@ See also [[nightly_builds]].
For d-i purposes, you'll additionally need:
- $ wget http://people.debian.org/~sthibault/hurd-i386/installer/cdimage/current/initrd.gz
+ $ wget https://cdimage.debian.org/cdimage/ports/stable/hurd-i386/initrd.gz
..., and to the `--initrd` option prepend `'initrd.gz $(ramdisk-create)',`
before the `ext2fs.static`, and refer the latter to `gunzip:device:rd0` instead