install stage 1: move ESP to end of fstab in an attempt to fix bootup mounts

master
BodgeMaster 2023-06-29 00:44:32 +02:00
parent a2489377ce
commit b0a62aa3f1
1 changed files with 1 additions and 1 deletions

View File

@ -219,10 +219,10 @@ echo "# See fstab(5).
# /run/void-usb/container, /run/void-usb/overlay, and / are mounted by scripts in initramfs
UUID=$(blkid --output value --match-tag UUID $TARGET_PART_EFI) /boot/efi vfat defaults,fmask=0077,dmask=0077 0 2
/run/void-usb/container/boot /boot none bind 0 0
/run/void-usb/container/home /home none bind 0 0
tmpfs /tmp tmpfs size=512m 0 0
UUID=$(blkid --output value --match-tag UUID $TARGET_PART_EFI) /boot/efi vfat defaults,fmask=0077,dmask=0077 0 2
" > /mnt/target/etc/fstab
if grep "#KEYMAP=" /mnt/target/etc/rc.conf; then