diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2014-02-26 20:13:52 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2014-02-26 20:13:52 +0100 |
commit | 4b1317d9ab1a9ee409634de0962c964b8d801ba0 (patch) | |
tree | ac0fe0f7a686571533bef3450c267781895a6ba1 /hurd/running | |
parent | c73e48c85d76a6b61a9fe7ddb7a98038a342a1c8 (diff) | |
parent | c954f1095918874c73511ffc13f95eef518a8043 (diff) |
Merge commit 'c954f1095918874c73511ffc13f95eef518a8043'
Conflicts:
community/meetings.mdwn
Diffstat (limited to 'hurd/running')
-rw-r--r-- | hurd/running/chroot.mdwn | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/hurd/running/chroot.mdwn b/hurd/running/chroot.mdwn index 29b00a8f..38bab04e 100644 --- a/hurd/running/chroot.mdwn +++ b/hurd/running/chroot.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2012 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2012, 2013 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -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 |