summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2013-11-20 23:09:37 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-11-20 23:09:37 +0100
commita09216da89434bc25b8058fddb824955b1a51693 (patch)
tree5c64a20cd81528e5f4c8239b6e093ba5e3881212 /hurd
parent9985efe1e82157e09035f44ab1db0a88c9d7d63a (diff)
Fix chroot servers setup according to current debootstrap behavior
Diffstat (limited to 'hurd')
-rw-r--r--hurd/running/chroot.mdwn11
1 files changed, 2 insertions, 9 deletions
diff --git a/hurd/running/chroot.mdwn b/hurd/running/chroot.mdwn
index 29b00a8f..ea08ec48 100644
--- a/hurd/running/chroot.mdwn
+++ b/hurd/running/chroot.mdwn
@@ -41,14 +41,7 @@ socket creation
will actually happen in the root filesystem. To make things work correctly the
programs inside the chroot need to be able to access them:
- # settrans chroot/servers/socket/1 /hurd/firmlink /servers/socket/1
+ # settrans -kp chroot/servers /hurd/firmlink /servers
+ # settrans -kp chroot/dev /hurd/firmlink /dev
# settrans chroot/tmp /hurd/firmlink /tmp
# settrans -c chroot/var/lib/dbus /hurd/firmlink /var/lib/dbus
-
-## Network
-
-Unless using a separate IP for the chroot, it is preferrable to share the
-[[translator/pfinet]] translator:
-
- # settrans chroot/servers/socket/2 /hurd/firmlink /servers/socket/2
- # settrans chroot/servers/socket/26 /hurd/firmlink /servers/socket/26