diff options
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/running/chroot.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hurd/running/chroot.mdwn b/hurd/running/chroot.mdwn index 699f05a1..4bda626f 100644 --- a/hurd/running/chroot.mdwn +++ b/hurd/running/chroot.mdwn @@ -45,3 +45,5 @@ programs inside the chroot need to be able to access them: # settrans chroot/tmp /hurd/firmlink /tmp # settrans -c chroot/var/lib/dbus /hurd/firmlink /var/lib/dbus # settrans -c chroot/run/dbus /hurd/firmlink /run/dbus + # settrans -kp chroot/proc /hurd/firmlink /proc + # settrans -c $CHROOT/$HOME/.dbus /hurd/firmlink /$HOME/.dbus |