]> xenbits.xensource.com Git - people/liuw/freebsd.git/commitdiff
Use tmpfs(5) instead of md(4) for '/tmp' mount.
authorgjb <gjb@FreeBSD.org>
Sun, 8 Nov 2015 18:02:39 +0000 (18:02 +0000)
committergjb <gjb@FreeBSD.org>
Sun, 8 Nov 2015 18:02:39 +0000 (18:02 +0000)
Submitted by: Nikolai Lifanov
Differential Revision: D3506
MFC after: 3 days
Sponsored by: The FreeBSD Foundation

release/tools/arm.subr

index 511f0b9593a3f90a8fcdd5ba8cd953d6055f7919..8bfda997e8a802a7aecc94a751ef9b27f603d969 100644 (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 "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