From 0eea47e68bd27d04f819c55de02eaa840d06dba2 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Mon, 9 Nov 2015 06:30:26 +0000 Subject: [PATCH] Remove noatime from tmpfs(5) fstab(5) entry. Submitted by: Howard Su MFC after: 3 days X-MFC-With: r290550 Sponsored by: The FreeBSD Foundation --- release/tools/arm.subr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/tools/arm.subr b/release/tools/arm.subr index 8bfda997e8a8..51a70d9d43ef 100644 --- a/release/tools/arm.subr +++ b/release/tools/arm.subr @@ -110,7 +110,7 @@ arm_install_base() { >> ${CHROOTDIR}/${DESTDIR}/etc/fstab echo "/dev/msdosfs/MSDOSBOOT /boot/msdos msdosfs rw,noatime 0 0" \ >> ${CHROOTDIR}/${DESTDIR}/etc/fstab - echo "tmpfs /tmp tmpfs rw,noatime,mode=1777,size=30m 0 0" \ + echo "tmpfs /tmp tmpfs rw,mode=1777,size=30m 0 0" \ >> ${CHROOTDIR}/${DESTDIR}/etc/fstab local hostname