install stage 1: move ESP to end of fstab in an attempt to fix bootup mounts
parent
a2489377ce
commit
b0a62aa3f1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue