install stage 1: keep /tmp out of squashfs image

master
BodgeMaster 2023-06-28 22:22:04 +02:00
parent 5913665869
commit ef875380d0
1 changed files with 1 additions and 0 deletions

View File

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