]> git.lizzy.rs Git - plan9front.git/blobdiff - lib/namespace
replace urlencode with c version that isnt broken for utf-8
[plan9front.git] / lib / namespace
index df3e871f0a89e45022a29959da310857787922fb..53735f04df7d048767ec61d20d83fc873e1326e1 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
@@ -9,13 +8,16 @@ bind #d /fd
 bind -c #e /env
 bind #p /proc
 bind -c #s /srv
+bind -q #σ /shr
 bind -a #¤ /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