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 /lib/namespace | |
parent | 9591b4b1f8a589de1abf00c68289df7ec7a085b1 (diff) | |
download | plan9front-fb9f17aa59bb994a07921979d999c79c75cfeaa5.tar.xz |
namespace: mount factotum before mntgen
Diffstat (limited to 'lib/namespace')
-rw-r--r-- | lib/namespace | 7 |
1 files changed, 3 insertions, 4 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 |