summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2024-01-05 22:04:25 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-01-05 22:04:29 +0100
commit9bc900872980816871ef4ebfe6a4df8bb39a6a6e (patch)
treee303f4d8274f5891111733c854e78ced6786c5c2
parentf250483cabcd42737a6cec9720db4c3522e54de7 (diff)
Point to the eventual hurd-amd64 repository
-rw-r--r--open_issues/64-bit_port.mdwn21
1 files changed, 15 insertions, 6 deletions
diff --git a/open_issues/64-bit_port.mdwn b/open_issues/64-bit_port.mdwn
index 3bb5a1bf..aa49e64b 100644
--- a/open_issues/64-bit_port.mdwn
+++ b/open_issues/64-bit_port.mdwn
@@ -125,12 +125,6 @@ You can then make the disk bootable:
Then boot it, and proceed like for the chroot case.
-**Installing from the debian-ports archive**
-
-For now it's quite empty (not even gcc), but it can be debootstrapped. That will be used to build packages on the buildds.
-
- debootstrap --foreign --verbose --arch hurd-amd64 --extra-suites=unreleased --include=debian-ports-archive-keyring --keyring=/usr/share/keyrings/debian-ports-archive-keyring.gpg sid chroot-hurd-amd64 https://deb.debian.org/debian-ports/
-
**Creating a pbuilder chroot**
Here is a sample `/etc/pbuilderrc`:
@@ -157,6 +151,21 @@ And this is needed until we get the `aptitude` package built:
And then you can run `sudo pbuilder create` , `sudo pbuilder login` , `pdebuild`
+**Installing from the debian-ports archive**
+
+For now it's quite empty (not even gcc), but it can be debootstrapped. That will be used to build packages on the buildds.
+
+ debootstrap --foreign --verbose --arch hurd-amd64 --extra-suites=unreleased --include=debian-ports-archive-keyring --keyring=/usr/share/keyrings/debian-ports-archive-keyring.gpg sid chroot-hurd-amd64 https://deb.debian.org/debian-ports/
+
+**Installing proper & more packages**
+
+The `people.debian.org` repository is only for bootstraping the distribution. Proper packages are getting uploaded on the usual mirror:
+
+```
+deb http://deb.debian.org/debian-ports sid main
+deb http://deb.debian.org/debian-ports unreleased main
+```
+
**Installing a 64bit system**
In principle crosshurd should be working, one however should add this source to get more packages for now: