svn commit: r291417 - stable/10/release/tools
Glen Barber
gjb at FreeBSD.org
Sat Nov 28 02:17:06 UTC 2015
Author: gjb
Date: Sat Nov 28 02:17:04 2015
New Revision: 291417
URL: https://svnweb.freebsd.org/changeset/base/291417
Log:
MFC r291306:
Fix tmpfs(5) '/tmp' mount point.
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 Sat Nov 28 01:09:30 2015 (r291416)
+++ stable/10/release/tools/arm.subr Sat Nov 28 02:17:04 2015 (r291417)
@@ -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,mode=1777,size=30m 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