ref: fb9f17aa59bb994a07921979d999c79c75cfeaa5
parent: 9591b4b1f8a589de1abf00c68289df7ec7a085b1
author: glenda <glenda@9frontinstaller>
date: Wed Nov 30 14:03:20 EST 2011
namespace: mount factotum before mntgen
--- 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,13 +11,13 @@
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
--- a/sys/man/4/namespace
+++ b/sys/man/4/namespace
@@ -384,10 +384,6 @@
.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