From eaeed6bd90af0272ff9a917e5ea75eba9aa56707 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Mon, 6 Apr 2026 02:15:23 +0200 Subject: [PATCH] install stage 1: fix fstab generator --- install-stage1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-stage1.sh b/install-stage1.sh index 06bc07b..bbbde93 100644 --- a/install-stage1.sh +++ b/install-stage1.sh @@ -402,7 +402,7 @@ if [ -n "$TARGET_PART_BOOT" ]; then # /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 f2fs nodev,nosuid,noexec 0 2 + UUID=$(blkid --output value --match-tag UUID $TARGET_PART_BOOT) /boot f2fs nodev,nosuid,noexec 0 2 /run/void-usb/container/home /home none bind 0 0 UUID=$(blkid --output value --match-tag UUID $TARGET_PART_EFI) /boot/efi vfat nodev,nosuid,noexec,umask=133,dmask=022 0 2 " > /mnt/target/etc/fstab