From 41e38fda90216f60720252c68dcc4cdb6b6cd918 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Sun, 6 Oct 2013 20:27:33 +0200 Subject: [PATCH] postinst-setup: mount /tmp as tmpfs --- postinst-setup | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2