From: gjb Date: Sun, 8 Nov 2015 18:02:39 +0000 (+0000) Subject: Use tmpfs(5) instead of md(4) for '/tmp' mount. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=7320cfca32387e1febb16c970d59b7e469d5716a;p=people%2Fliuw%2Ffreebsd.git Use tmpfs(5) instead of md(4) for '/tmp' mount. Submitted by: Nikolai Lifanov Differential Revision: D3506 MFC after: 3 days Sponsored by: The FreeBSD Foundation --- diff --git a/release/tools/arm.subr b/release/tools/arm.subr index 511f0b9593a..8bfda997e8a 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 "md /tmp mfs rw,noatime,-s30m 0 0" \ + echo "tmpfs /tmp tmpfs rw,noatime,mode=1777,size=30m 0 0" \ >> ${CHROOTDIR}/${DESTDIR}/etc/fstab local hostname