diff options
author | glenda <glenda@9frontinstaller> | 2011-11-30 19:03:20 +0100 |
---|---|---|
committer | glenda <glenda@9frontinstaller> | 2011-11-30 19:03:20 +0100 |
commit | fb9f17aa59bb994a07921979d999c79c75cfeaa5 (patch) | |
tree | a6e70573d282651b22590429c9b59c10690d9080 | |
parent | 9591b4b1f8a589de1abf00c68289df7ec7a085b1 (diff) | |
download | plan9front-fb9f17aa59bb994a07921979d999c79c75cfeaa5.tar.xz |
namespace: mount factotum before mntgen
-rw-r--r-- | lib/namespace | 7 | ||||
-rw-r--r-- | sys/man/4/namespace | 4 |
2 files changed, 3 insertions, 8 deletions
diff --git a/lib/namespace b/lib/namespace index 208465fcd..712da06c5 100644 --- a/lib/namespace +++ b/lib/namespace @@ -1,7 +1,6 @@ # root mount -aC #s/boot /root $rootspec bind -a $rootdir / -bind -c $rootdir/mnt /mnt # kernel devices bind #c /dev @@ -12,14 +11,14 @@ bind -c #s /srv bind -q #σ /shr bind -a #¤ /dev +# authentication +mount -a /srv/factotum /mnt + # mount points mount -a /srv/slashn /n mount -a /srv/slashmnt /mnt mount -a /srv/mntexport /mnt/exportfs -# authentication -mount -a /srv/factotum /mnt - # standard bin bind /$cputype/bin /bin bind -a /rc/bin /bin diff --git a/sys/man/4/namespace b/sys/man/4/namespace index 43ca902a7..70c0c5826 100644 --- a/sys/man/4/namespace +++ b/sys/man/4/namespace @@ -384,10 +384,6 @@ which holds connections to file servers. .B /srv/boot The communication channel to the main file server for the machine. .TP -.B /mnt/factotum -Mount point for -.IR factotum (4). -.TP .B /mnt/wsys Mount point for the window system. .TP |