summaryrefslogtreecommitdiff
path: root/open_issues/64-bit_port.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'open_issues/64-bit_port.mdwn')
-rw-r--r--open_issues/64-bit_port.mdwn5
1 files changed, 2 insertions, 3 deletions
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