From 7233b34fa30b90e4493481142dd8c5cd81508368 Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Sat, 6 Oct 2018 20:41:04 -0500 Subject: [PATCH] Debian: Use noatime for /boot/efi This harmonizes it with Ubuntu. --- Debian-Stretch-Root-on-ZFS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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