]> git.lizzy.rs Git - plan9front.git/blobdiff - lib/namespace
git/serve: add a '\n' after HEAD
[plan9front.git] / lib / namespace
old mode 100755 (executable)
new mode 100644 (file)
index df3e871..105e34b
@@ -1,7 +1,6 @@
 # root
 mount -aC #s/boot /root $rootspec
 bind -a $rootdir /
-bind -c $rootdir/mnt /mnt
 
 # kernel devices
 bind #c /dev
@@ -9,13 +8,17 @@ bind #d /fd
 bind -c #e /env
 bind #p /proc
 bind -c #s /srv
+bind -q #σ /shr
 bind -a #¤ /dev
+bind -qa #¶ /dev
+
+# authentication
+mount -b /srv/factotum /mnt
 
 # mount points
 mount -a /srv/slashn /n
-
-# authentication
-mount -a /srv/factotum /mnt
+mount -a /srv/slashmnt /mnt
+mount -a /srv/mntexport /mnt/exportfs
 
 # standard bin
 bind /$cputype/bin /bin
@@ -29,9 +32,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