From: gjb Date: Mon, 9 Nov 2015 06:30:26 +0000 (+0000) Subject: Remove noatime from tmpfs(5) fstab(5) entry. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=44b9d011ea04495b160b0fbae4339ee68fd357fc;p=people%2Fliuw%2Ffreebsd.git 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 --- diff --git a/release/tools/arm.subr b/release/tools/arm.subr index 8bfda997e8a..51a70d9d43e 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