Skip to content

Switch default tmpdir from /tmp/ to /var/tmp/

Luca Boccassi requested to merge bluca/piuparts:var_tmp into develop

settings.tmpdir is used for debootstrap, which doesn't like filesystems mounted with nodev. As /tmp/ is now a tmpfs by default, and it is mounted nodev for security reasons, switch the default (if nothing else is set) from /tmp/ to /var/tmp/.

Closes: #1072092

Merge request reports

Loading