diff options
author | cinap_lenrek <cinap_lenrek@visitor-011.row-08.revision-party.de> | 2011-04-24 17:03:42 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@visitor-011.row-08.revision-party.de> | 2011-04-24 17:03:42 +0000 |
commit | a96bc88d0703256c8105a94afafe597ac2128f90 (patch) | |
tree | 017eb94d523a8302eb8e7f20404dbca95c891a3e /lib/namespace | |
parent | 5a573e5cbf26e5b727350747c0c5443addc882dc (diff) | |
download | plan9front-a96bc88d0703256c8105a94afafe597ac2128f90.tar.xz |
boot(8): mount /n/other from /srv/cwfs, not /srv/boot
Diffstat (limited to 'lib/namespace')
-rwxr-xr-x | lib/namespace | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/namespace b/lib/namespace index a84758bf3..42f693623 100755 --- a/lib/namespace +++ b/lib/namespace @@ -30,9 +30,8 @@ mount -a /srv/cs /net mount -a /srv/dns /net mount -a /srv/net /net -# locks up 9660srv -# mount -qC /srv/boot /n/other other -# bind -qc /n/other/usr/$user/tmp /usr/$user/tmp +mount -qC /srv/cwfs /n/other other +bind -qc /n/other/usr/$user/tmp /usr/$user/tmp bind -c /usr/$user/tmp /tmp cd /usr/$user |