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.mdwn18
1 files changed, 16 insertions, 2 deletions
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**