mount /n/other from /srv/boot instead of /srv/cwfs

this makes sure tcp boot will have ther user /tmp's
the same way as from local cwfs. we used /srv/cwfs
to prevent a deadlock with 9660srv as a root filesystem
which has been fixed now.
This commit is contained in:
cinap_lenrek 2013-01-22 10:41:01 +01:00
parent 69e8a53ffe
commit 1b017b8db4
3 changed files with 3 additions and 4 deletions

View file

@ -1,6 +1,6 @@
bind -a $home/bin/rc /bin
bind -a $home/bin/$cputype /bin
mount -qC /srv/cwfs /n/other other
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)