install stage 1: fix fstab generator
parent
1ac7006dfa
commit
eaeed6bd90
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue