Backports: Make EFI partitions fstab pass value 0, like in the modern procedure

Doesn't matter much.
This commit is contained in:
Saverio Miroddi 2021-06-14 18:54:32 +02:00
parent db5dec6586
commit ddb7e26991

View File

@ -1385,7 +1385,7 @@ function prepare_fstab {
# It's important to give a long enough timeout time; on relatively slow machines (e.g. virtual machines),
# a timeout of 1 will fail.
#
chroot_execute "echo /dev/disk/by-uuid/$(blkid -s UUID -o value "${v_selected_disks[i]}"-part1) $mountpoint vfat nofail,x-systemd.requires=zfs-mount.service,x-systemd.device-timeout=10 0 1 >> /etc/fstab"
chroot_execute "echo /dev/disk/by-uuid/$(blkid -s UUID -o value "${v_selected_disks[i]}"-part1) $mountpoint vfat nofail,x-systemd.requires=zfs-mount.service,x-systemd.device-timeout=10 0 0 >> /etc/fstab"
done
# The service is created in the configure_boot_pool_import() step.