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