diff options
author | glenda <glenda@cirno> | 2011-12-02 06:05:23 +0100 |
---|---|---|
committer | glenda <glenda@cirno> | 2011-12-02 06:05:23 +0100 |
commit | b56d307ce627f0621defd5117f4f354b82f8ec42 (patch) | |
tree | e7e44745486be7849e12d6334a781efacb9676cc /lib/namespace | |
parent | 015f7f51129c6cddac5d9e8bd66a4c8a2dbb87e8 (diff) | |
download | plan9front-b56d307ce627f0621defd5117f4f354b82f8ec42.tar.xz |
use mntgen for /mnt and /mnt/exportfs
Diffstat (limited to 'lib/namespace')
-rw-r--r-- | lib/namespace | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/namespace b/lib/namespace index 931cd02c5..208465fcd 100644 --- a/lib/namespace +++ b/lib/namespace @@ -14,6 +14,8 @@ bind -a #ยค /dev # mount points mount -a /srv/slashn /n +mount -a /srv/slashmnt /mnt +mount -a /srv/mntexport /mnt/exportfs # authentication mount -a /srv/factotum /mnt |