git: 9front

Download patch

ref: f5520c2111af8cc7ffb28c562a698b8a590f70a0
parent: 8bde3fa27a62e16496f1316c5297b4eef9689bba
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Feb 28 19:25:14 EST 2016

glenda's default profile: remove /n/other mount, done by /lib/namespace

--- a/sys/lib/dist/usr/glenda/lib/profile
+++ b/sys/lib/dist/usr/glenda/lib/profile
@@ -1,8 +1,5 @@
 bind -a $home/bin/rc /bin
 bind -a $home/bin/$cputype /bin
-mount -qC /srv/boot /n/other other
-bind -qc /n/other/usr/$user/tmp $home/tmp
-bind -c $home/tmp /tmp
 if(! syscall create /tmp/xxx 1 0666 >[2]/dev/null)
 	ramfs	# in case we're running off a cd
 font=/lib/font/bit/vga/unicode.font
--