diff --git a/install-stage1.sh b/install-stage1.sh index 99b0e68..c2abcfb 100644 --- a/install-stage1.sh +++ b/install-stage1.sh @@ -233,6 +233,7 @@ echo "# See fstab(5). UUID=$(blkid --output value --match-tag UUID $TARGET_PART_BOOT) /boot f2fs defaults,nodev,nosuid 0 2 UUID=$(blkid --output value --match-tag UUID $TARGET_PART_EFI) /boot/efi vfat defaults,fmask=0077,dmask=0077 0 2 /run/void-usb/container/home /home none bind 0 0 +tmpfs /tmp tmpfs size=512m 0 0 " > /mnt/target/etc/fstab if grep "#KEYMAP=" /mnt/target/etc/rc.conf; then