From 1b017b8db468ea5977eeaabce01a072f792599a6 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Tue, 22 Jan 2013 10:41:01 +0100 Subject: 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. --- sys/lib/dist/usr/glenda/lib/profile | 2 +- sys/lib/newuser | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/lib') diff --git a/sys/lib/dist/usr/glenda/lib/profile b/sys/lib/dist/usr/glenda/lib/profile index 17d6313df..3d533f523 100644 --- a/sys/lib/dist/usr/glenda/lib/profile +++ b/sys/lib/dist/usr/glenda/lib/profile @@ -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) diff --git a/sys/lib/newuser b/sys/lib/newuser index 1fd4183e0..9f9253bdb 100755 --- a/sys/lib/newuser +++ b/sys/lib/newuser @@ -19,7 +19,7 @@ auth/cron -c cat > lib/profile <