diff options
-rw-r--r-- | setup-disk.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setup-disk.in b/setup-disk.in index f8c1e42..27d23c3 100644 --- a/setup-disk.in +++ b/setup-disk.in @@ -586,6 +586,7 @@ install_mounted_root() { cat >>"$mnt"/etc/fstab <<-__EOF__ /dev/cdrom /media/cdrom iso9660 noauto,ro 0 0 /dev/usbdisk /media/usb vfat noauto 0 0 + tmpfs /tmp tmpfs nosuid,nodev 0 0 __EOF__ if crypt_required <"$mnt"/etc/fstab; then |