installer: mount /tmp as tmpfs.

This commit is contained in:
Juan RP 2014-07-31 16:17:56 +02:00
parent 194c1cdd89
commit f898ef96e3
1 changed files with 3 additions and 0 deletions

View File

@ -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