diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-03 08:53:59 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-03 08:53:59 +0000 |
commit | f5685a313d24d7e4cb4d3804dddda38020cbae9a (patch) | |
tree | ea3a24597d473c0da5c0adfe740a8fb309c15f38 /lib/namespace | |
parent | 4875561fdbca1e02b0c1a4e02f5c37abf66d6faa (diff) | |
download | plan9front-f5685a313d24d7e4cb4d3804dddda38020cbae9a.tar.xz |
include hg repository in /dist/plan9front and install it
Diffstat (limited to 'lib/namespace')
-rwxr-xr-x | lib/namespace | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/namespace b/lib/namespace index 42f693623..87f30eb4f 100755 --- a/lib/namespace +++ b/lib/namespace @@ -32,6 +32,7 @@ mount -a /srv/net /net mount -qC /srv/cwfs /n/other other bind -qc /n/other/usr/$user/tmp /usr/$user/tmp +bind -qc /n/other/dist /dist bind -c /usr/$user/tmp /tmp cd /usr/$user |