diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-08-08 19:07:06 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-08-08 19:09:01 +0200 |
commit | 256626faf91116cc5712ee05a04aaee52f0f9501 (patch) | |
tree | a3da2655cfedcdbfc4ed5ea7b7d2fbef3268793e /open_issues | |
parent | f9c2b46293e4546ded066fdcc0454cc219219e4b (diff) |
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.
Diffstat (limited to 'open_issues')
-rw-r--r-- | open_issues/64-bit_port.mdwn | 5 |
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 |