shithub: riscv

Download patch

ref: 0eee368808869c89ea4f779ac003f02d8d332369
parent: c6e26a4aebb0a142b48b97b33d6fe7feda8854ca
author: cinap_lenrek <cinap_lenrek@visitor-011.row-08.revision-party.de>
date: Sun Apr 24 11:35:33 EDT 2011

fix cdboot lockup

--- a/lib/namespace
+++ b/lib/namespace
@@ -30,8 +30,9 @@
 mount -a /srv/dns /net
 mount -a /srv/net /net
 
-mount -qC /srv/boot /n/other other
-bind -qc /n/other/usr/$user/tmp /usr/$user/tmp
+# locks up 9660srv
+# mount -qC /srv/boot /n/other other
+# bind -qc /n/other/usr/$user/tmp /usr/$user/tmp
 
 bind -c /usr/$user/tmp /tmp
 cd /usr/$user
--