From 9cbb245c72f9ec3e92cc672b7ebe216b1422395d Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Fri, 19 May 2023 23:18:17 +0200 Subject: Complete documentation on 64bit debootstrap --- open_issues/64-bit_port.mdwn | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 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 95761828..e5306210 100644 --- a/open_issues/64-bit_port.mdwn +++ b/open_issues/64-bit_port.mdwn @@ -24,9 +24,23 @@ License|/fdl]]."]]"""]] **Installing a 64bit chroot** - 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 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 -That will however not be bootable (missing translators etc. +Then boot it, it will drop you into a shell. You need to make / writable: + + fsysopts / --writable + +and then run the second stage of the deboostrap: + + /debootstrap/debootstrap --second-stage + +set a root password: + + password + +and reboot: + + reboot-hurd **Installing a 64bit system** -- cgit v1.2.3