diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-07-06 23:46:36 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-07-06 23:46:36 +0200 |
commit | 31733b3eec44aafa94202eab8cc0e322e7827e98 (patch) | |
tree | ca9ffda46cd422f0bced8702a973e06de0d3fdf8 /hurd | |
parent | 3a172a6a2e8e1dc24793f257cd23761fcd0722ed (diff) |
Add more tricks for chroots
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 |