Hi Mike, instead of using "chroot $NFSROOT bash -c TMPDIR=/tmp ..." in your code I propose to use
TMPDIR=/tmp chroot ........ IMO this is better, because we do not use another subshell. It also set TMPDIR for the command inside the chroot. What do you think? Any comments? -- viele Grüße Thomas

