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:
parent
5a54ab5e67
commit
44b9d011ea
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user