From: Martin Pitt Date: Sun, 6 Oct 2013 18:27:33 +0000 (+0200) Subject: postinst-setup: mount /tmp as tmpfs X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=41e38fda90216f60720252c68dcc4cdb6b6cd918 postinst-setup: mount /tmp as tmpfs --- diff --git a/postinst-setup b/postinst-setup index c37300e..393ef44 100755 --- a/postinst-setup +++ b/postinst-setup @@ -28,6 +28,7 @@ if [ ! -d /etc/.bzr ]; then chmod 700 /etc/ssl/private chmod 640 /etc/ssl/private/ssl-cert-* chown root:ssl-cert /etc/ssl/private/ssl-cert* + echo "none /tmp tmpfs defaults 0 0" >> /etc/fstab fi # update postfix for new configuration