svn commit: r290771 - stable/10/release/tools
Glen Barber
gjb at FreeBSD.org
Fri Nov 13 17:25:15 UTC 2015
Author: gjb
Date: Fri Nov 13 17:25:14 2015
New Revision: 290771
URL: https://svnweb.freebsd.org/changeset/base/290771
Log:
MFC r290550, r290573:
r290550:
Use tmpfs(5) instead of md(4) for '/tmp' mount.
r290573:
Remove noatime from tmpfs(5) fstab(5) entry.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/release/tools/arm.subr
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/release/tools/arm.subr
==============================================================================
--- stable/10/release/tools/arm.subr Fri Nov 13 16:35:22 2015 (r290770)
+++ stable/10/release/tools/arm.subr Fri Nov 13 17:25:14 2015 (r290771)
@@ -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,mode=1777,size=30m 0 0" \
>> ${CHROOTDIR}/${DESTDIR}/etc/fstab
local hostname
More information about the svn-src-stable-10
mailing list