diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-10-22 20:36:15 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-10-22 20:36:15 +0200 |
commit | ebb6dc61d0137ae555d1eb66de9448fbbdfdbb22 (patch) | |
tree | 19cd5081237d5614515b3eef9b6e94aed6b24287 /open_issues | |
parent | 33e07cd58dbe9b5d294d0ed9edd5a09099544262 (diff) |
Note about debootstrapping 64bit from debian-ports
Diffstat (limited to 'open_issues')
-rw-r--r-- | open_issues/64-bit_port.mdwn | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/open_issues/64-bit_port.mdwn b/open_issues/64-bit_port.mdwn index 823d6587..9693ee15 100644 --- a/open_issues/64-bit_port.mdwn +++ b/open_issues/64-bit_port.mdwn @@ -121,9 +121,15 @@ Note: you need to set the uuid in the grub config according to the uuid produced 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/ + **Installing a 64bit system** -In principle crosshurd should be working, one however needs to add this source: +In principle crosshurd should be working, one however should add this source to get more packages for now: deb http://people.debian.org/~sthibault/tmp/hurd-amd64 unstable |