summaryrefslogtreecommitdiff
path: root/components/9990-fstab.sh
diff options
context:
space:
mode:
Diffstat (limited to 'components/9990-fstab.sh')
-rwxr-xr-xcomponents/9990-fstab.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/9990-fstab.sh b/components/9990-fstab.sh
index 8753327..9fb53a3 100755
--- a/components/9990-fstab.sh
+++ b/components/9990-fstab.sh
@@ -27,7 +27,7 @@ Fstab ()
if ! grep -qs "^tmpfs /var/tmp" /root/etc/fstab
then
- echo "tmpfs /var/tmp tmpfs nosuid,nodev,size=25M 0 0" >> /root/etc/fstab
+ echo "tmpfs /var/tmp tmpfs nosuid,nodev 0 0" >> /root/etc/fstab
fi
if [ -z "${NOFASTBOOT}" ]