esp: perform fsck.

LP: #1912835
This commit is contained in:
Dimitri John Ledkov 2021-01-22 19:16:47 +00:00
parent 7c760864fd
commit 53b28d5f58
No known key found for this signature in database
GPG Key ID: 9B8EC849D5EF70ED

View File

@ -94,7 +94,7 @@ create_and_mount_uefi_partition() {
mount "${uefi_dev}" "$mountpoint"/boot/efi
cat << EOF >> "mountpoint/etc/fstab"
LABEL=UEFI /boot/efi vfat defaults 0 0
LABEL=UEFI /boot/efi vfat defaults 0 1
EOF
}