diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-12-18 09:40:45 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-12-18 09:40:45 +0100 |
commit | c217bf6dcc7c59f24a4969eff8c033a79bc99552 (patch) | |
tree | 8df9c94231a0f2c1281e1b76aae998d0cd8a48b5 /open_issues | |
parent | f07f294bd218c4e2afd8f373e72924cbdc2d7f0b (diff) | |
download | web-c217bf6dcc7c59f24a4969eff8c033a79bc99552.tar.gz web-c217bf6dcc7c59f24a4969eff8c033a79bc99552.tar.bz2 web-c217bf6dcc7c59f24a4969eff8c033a79bc99552.zip |
hint to use a nicer shell
Diffstat (limited to 'open_issues')
-rw-r--r-- | open_issues/64-bit_port.mdwn | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/open_issues/64-bit_port.mdwn b/open_issues/64-bit_port.mdwn index 56fdb60a..41f185a3 100644 --- a/open_issues/64-bit_port.mdwn +++ b/open_issues/64-bit_port.mdwn @@ -34,7 +34,11 @@ Make sure to have `debootstrap >= 1.0.128+nmu2+hurd.1` mkdir chroot-hurd-amd64/etc/apt/trusted.gpg.d 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: +Then boot it, it will drop you into a shell. You'll probably want to use a nicer shell: + + bash + +You need to make / writable: fsysopts / --writable |