install stage 1: keep /tmp out of squashfs image
parent
5913665869
commit
ef875380d0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue