svn commit: r290550 - head/release/tools

Glen Barber gjb at FreeBSD.org
Mon Nov 9 06:31:28 UTC 2015


You are correct, thank you for noticing.  I've committed the fix as
r290573, which will be merged to stable/10 along with r290550.

Glen

On Mon, Nov 09, 2015 at 01:49:29PM +0800, Howard Su wrote:
> tmpfs doesn't support noatime option. please remove it.
> 
> On Mon, Nov 9, 2015 at 2:02 AM, Glen Barber <gjb at freebsd.org> wrote:
> 
> > Author: gjb
> > Date: Sun Nov  8 18:02:39 2015
> > New Revision: 290550
> > URL: https://svnweb.freebsd.org/changeset/base/290550
> >
> > Log:
> >   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
> >
> > Modified:
> >   head/release/tools/arm.subr
> >
> > Modified: head/release/tools/arm.subr
> >
> > ==============================================================================
> > --- head/release/tools/arm.subr Sun Nov  8 18:00:44 2015        (r290549)
> > +++ head/release/tools/arm.subr Sun Nov  8 18:02:39 2015        (r290550)
> > @@ -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
> > _______________________________________________
> > svn-src-head at freebsd.org mailing list
> > https://lists.freebsd.org/mailman/listinfo/svn-src-head
> > To unsubscribe, send any mail to "svn-src-head-unsubscribe at freebsd.org"
> >
> 
> 
> 
> -- 
> -Howard
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20151109/3d1671a9/attachment.bin>


More information about the svn-src-head mailing list