]> git.lizzy.rs Git - plan9front.git/commitdiff
namespace: mount factotum before mntgen
authorglenda <glenda@9frontinstaller>
Wed, 30 Nov 2011 18:03:20 +0000 (19:03 +0100)
committerglenda <glenda@9frontinstaller>
Wed, 30 Nov 2011 18:03:20 +0000 (19:03 +0100)
lib/namespace
sys/man/4/namespace

index 208465fcdc6fb8040aa40d1efbbe9c306d76827d..712da06c58d9a15dd40cb1fda528f3e68e480e9d 100644 (file)
@@ -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
index 43ca902a745d0c2e6904468f1eaa9208e664e93a..70c0c5826f65ab4cb66ded42a961ad6377e48207 100644 (file)
@@ -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