Use tmpfs(5) instead of md(4) for '/tmp' mount.
Submitted by: Nikolai Lifanov Differential Revision: D3506 MFC after: 3 days Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
2c458eb4a3
commit
7320cfca32
@ -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,noatime,mode=1777,size=30m 0 0" \
|
||||
>> ${CHROOTDIR}/${DESTDIR}/etc/fstab
|
||||
|
||||
local hostname
|
||||
|
Loading…
x
Reference in New Issue
Block a user