summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2015-11-25 19:10:04 +0000
committergjb <gjb@FreeBSD.org>2015-11-25 19:10:04 +0000
commitb77609818eade5b1de052e307da5f4a17351d1f9 (patch)
tree3cd50c7ad54821ffb04f5c21febbe15f0ce36423
parent77278a8a8b490d6500f4cfb97fa90dbc22d02077 (diff)
downloadFreeBSD-src-b77609818eade5b1de052e307da5f4a17351d1f9.zip
FreeBSD-src-b77609818eade5b1de052e307da5f4a17351d1f9.tar.gz
Fix tmpfs(5) '/tmp' mount point.
A stray trailing space snuck in with one of the recent changes, making r290550 and r290573 effectively no-op. MFC after: 3 days Sponsored by: The FreeBSD Foundation
-rw-r--r--release/tools/arm.subr2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/tools/arm.subr b/release/tools/arm.subr
index 51a70d9..2adadd2 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 "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
OpenPOWER on IntegriCloud