From 256626faf91116cc5712ee05a04aaee52f0f9501 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 8 Aug 2023 19:07:06 +0200 Subject: Update 64bit instructions Now that network is working it's useful to have my key trusted for apt to work. Also, it's not useful to see all debootstrap details any more. --- open_issues/64-bit_port.mdwn | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'open_issues/64-bit_port.mdwn') diff --git a/open_issues/64-bit_port.mdwn b/open_issues/64-bit_port.mdwn index 49930b62..868462a1 100644 --- a/open_issues/64-bit_port.mdwn +++ b/open_issues/64-bit_port.mdwn @@ -27,6 +27,8 @@ License|/fdl]]."]]"""]] Make sure to have `debootstrap >= 1.0.128+nmu2+hurd.1` sudo debootstrap --foreign --verbose --arch hurd-amd64 --keyring=/usr/share/keyrings/debian-keyring.gpg sid chroot-hurd-amd64 https://people.debian.org/~sthibault/tmp/hurd-amd64 + sudo mkdir chroot-hurd-amd64/etc/apt/trusted.gpg.d + sudo ln -s /usr/share/keyrings/debian-keyring.gpg chroot-hurd-amd64/etc/apt/trusted.gpg.d/ Then boot it, it will drop you into a shell. You need to make / writable: @@ -34,11 +36,8 @@ Then boot it, it will drop you into a shell. You need to make / writable: and then run the second stage of the deboostrap: - tail -f /debootstrap/debootstrap.log & /debootstrap/debootstrap --second-stage -(the warnings `chown: invalid user: 'root'` are ok at that stage, as well as the pre-dependency loops, which debootstrap is actually fixing) - set a root password: password -- cgit v1.2.3