From: Michael Prokop Date: Wed, 13 Jun 2012 15:52:30 +0000 (+0200) Subject: Unset TMPDIR to avoid leaking the variable into chroot scripts X-Git-Tag: v0.19.5~6 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=4e027c7e8e37512e54f4fa2241a8a9424fba3352;hp=4e027c7e8e37512e54f4fa2241a8a9424fba3352 Unset TMPDIR to avoid leaking the variable into chroot scripts We've reports that with TMPDIR being set the FAI scripts fail inside the chroot, so let's avoid that. ---