ref: 17ca61227ed4f2afc74c49204cb9fb95ec7064d4
parent: adb4035a3ebf10016919dbdb940ca4770e9ecde6
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
--
⑨