Remove noatime from tmpfs(5) fstab(5) entry.

Submitted by:		Howard Su
MFC after:		3 days
X-MFC-With:		r290550
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2015-11-09 06:30:26 +00:00
parent fbf5b9f8a2
commit 0eea47e68b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=290573

View 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