Debian: Use noatime for /boot/efi

This harmonizes it with Ubuntu.
Richard Laager 2018-10-06 20:41:04 -05:00
parent 566ec01774
commit 7233b34fa3
1 changed files with 1 additions and 1 deletions

@ -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