]> xenbits.xensource.com Git - people/liuw/freebsd.git/commitdiff
Remove noatime from tmpfs(5) fstab(5) entry.
authorgjb <gjb@FreeBSD.org>
Mon, 9 Nov 2015 06:30:26 +0000 (06:30 +0000)
committergjb <gjb@FreeBSD.org>
Mon, 9 Nov 2015 06:30:26 +0000 (06:30 +0000)
Submitted by: Howard Su
MFC after: 3 days
X-MFC-With: r290550
Sponsored by: The FreeBSD Foundation

release/tools/arm.subr

index 8bfda997e8a802a7aecc94a751ef9b27f603d969..51a70d9d43ef95c4a28f6dbcb8b611d85621cbe4 100644 (file)
@@ -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