diff options
author | aiju <devnull@localhost> | 2011-04-23 19:50:05 +0200 |
---|---|---|
committer | aiju <devnull@localhost> | 2011-04-23 19:50:05 +0200 |
commit | 5a573e5cbf26e5b727350747c0c5443addc882dc (patch) | |
tree | f340a7b95a038fd482127f22cee44b1b5b806404 | |
parent | 73afd54f572e0ca1d7108b9700868c41baf0cf17 (diff) | |
parent | 0eee368808869c89ea4f779ac003f02d8d332369 (diff) | |
download | plan9front-5a573e5cbf26e5b727350747c0c5443addc882dc.tar.xz |
merge
-rwxr-xr-x | lib/namespace | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/namespace b/lib/namespace index db405ff1b..a84758bf3 100755 --- a/lib/namespace +++ b/lib/namespace @@ -30,8 +30,9 @@ mount -a /srv/cs /net mount -a /srv/dns /net mount -a /srv/net /net -mount -qC /srv/boot /n/other other -bind -qc /n/other/usr/$user/tmp /usr/$user/tmp +# locks up 9660srv +# mount -qC /srv/boot /n/other other +# bind -qc /n/other/usr/$user/tmp /usr/$user/tmp bind -c /usr/$user/tmp /tmp cd /usr/$user |