diff --git a/Debian-Stretch-Root-on-ZFS.md b/Debian-Stretch-Root-on-ZFS.md index 49c44b9..0d03d7b 100644 --- a/Debian-Stretch-Root-on-ZFS.md +++ b/Debian-Stretch-Root-on-ZFS.md @@ -229,7 +229,7 @@ Install GRUB to the disk(s), not the partition(s). # mkdir /boot/efi # echo PARTUUID=$(blkid -s PARTUUID -o value \ /dev/disk/by-id/scsi-SATA_disk1-part3) \ - /boot/efi vfat defaults 0 1 >> /etc/fstab + /boot/efi vfat noatime 0 1 >> /etc/fstab # mount /boot/efi # apt install --yes grub-efi-amd64