]> git.lizzy.rs Git - plan9front.git/blobdiff - lib/namespace
vgadb: move nvidia controller entry after igfx and add haswell dids
[plan9front.git] / lib / namespace
index 208465fcdc6fb8040aa40d1efbbe9c306d76827d..f98f62a2aa20026733208d706533ae8dea1b7b53 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 -b /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
@@ -32,9 +31,8 @@ mount -a /srv/cs /net
 mount -a /srv/dns /net
 mount -a /srv/net /net
 
-mount -qC /srv/cwfs /n/other other
-bind -qc /n/other/usr/$user/tmp /usr/$user/tmp
-bind -qc /n/other/dist /dist
+mount -C /srv/boot /n/other other
+bind -c /n/other/usr/$user/tmp /usr/$user/tmp
 
 bind -c /usr/$user/tmp /tmp
 cd /usr/$user