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. --- lib/namespace | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/namespace') diff --git a/lib/namespace b/lib/namespace index 53735f04d..31e74bcfe 100644 --- a/lib/namespace +++ b/lib/namespace @@ -31,9 +31,8 @@ mount -a /srv/cs /net mount -a /srv/dns /net mount -a /srv/net /net -mount -qC /srv/cwfs /n/other other +mount -qC /srv/boot /n/other other bind -qc /n/other/usr/$user/tmp /usr/$user/tmp -bind -qc /n/other/dist /dist bind -c /usr/$user/tmp /tmp cd /usr/$user -- cgit v1.2.3