summaryrefslogtreecommitdiff
path: root/open_issues
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2023-05-19 23:18:17 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-05-19 23:18:17 +0200
commit9cbb245c72f9ec3e92cc672b7ebe216b1422395d (patch)
tree4e156a19b3ca16710553ac6d2799066b41d430b7 /open_issues
parent88e348d0b5f3b017d1a07341060592623e5b2a4e (diff)
Complete documentation on 64bit debootstrap
Diffstat (limited to 'open_issues')
-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**