Author: gjb
Date: Mon Nov  9 06:30:26 2015
New Revision: 290573
URL: https://svnweb.freebsd.org/changeset/base/290573

Log:
  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

Modified:
  head/release/tools/arm.subr

Modified: head/release/tools/arm.subr
==============================================================================
--- head/release/tools/arm.subr Mon Nov  9 06:24:11 2015        (r290572)
+++ head/release/tools/arm.subr Mon Nov  9 06:30:26 2015        (r290573)
@@ -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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to