From f898ef96e39685e6d0cb3f39c082d0af0602c5df Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 31 Jul 2014 16:17:56 +0200 Subject: installer: mount /tmp as tmpfs. --- installer.sh.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'installer.sh.in') diff --git a/installer.sh.in b/installer.sh.in index 1bd4d26..89cda22 100644 --- a/installer.sh.in +++ b/installer.sh.in @@ -860,6 +860,9 @@ ${BOLD}Do you want to continue?${RESET}" 20 80 || return # copy target fstab. install -Dm644 $TARGET_FSTAB $TARGETDIR/etc/fstab + # Mount /tmp as tmpfs. + echo "tmpfs /tmp tmpfs defaults,nosuid,nodev 0 0" >> $TARGETDIR/etc/fstab + # set up keymap, locale, timezone, hostname and root passwd. set_keymap -- cgit 1.4.1