From b0a62aa3f19b61b75f6644a6cb9edd7f24ac3a9f Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Thu, 29 Jun 2023 00:44:32 +0200 Subject: [PATCH] install stage 1: move ESP to end of fstab in an attempt to fix bootup mounts --- install-stage1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-stage1.sh b/install-stage1.sh index 33de819..589a4b8 100644 --- a/install-stage1.sh +++ b/install-stage1.sh @@ -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