diff options
author | cinap_lenrek <cinap_lenrek@visitor-011.row-08.revision-party.de> | 2011-04-24 15:35:33 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@visitor-011.row-08.revision-party.de> | 2011-04-24 15:35:33 +0000 |
commit | 0eee368808869c89ea4f779ac003f02d8d332369 (patch) | |
tree | f1022949f13520294e376e2d2fb4c1313c1eebd9 /lib/namespace | |
parent | c6e26a4aebb0a142b48b97b33d6fe7feda8854ca (diff) | |
download | plan9front-0eee368808869c89ea4f779ac003f02d8d332369.tar.xz |
fix cdboot lockup
Diffstat (limited to 'lib/namespace')
-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 |