svn commit: r301945 - head/release/tools

Emmanuel Vadot manu at FreeBSD.org
Thu Jun 16 03:02:28 UTC 2016


Author: manu
Date: Thu Jun 16 03:02:27 2016
New Revision: 301945
URL: https://svnweb.freebsd.org/changeset/base/301945

Log:
   Bump /tmp from 30m to 50m for ARM release images.
   30m isn't enough for pkg anymore to extract packagesite.txz.
   40m is fine for now but let's take a safer way as we don't know when pkg will need more.
  
  Reported by:	many
  Approved by:	re (gjb), andrew (mentor)

Modified:
  head/release/tools/arm.subr

Modified: head/release/tools/arm.subr
==============================================================================
--- head/release/tools/arm.subr	Thu Jun 16 03:00:10 2016	(r301944)
+++ head/release/tools/arm.subr	Thu Jun 16 03:02:27 2016	(r301945)
@@ -109,7 +109,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,mode=1777,size=30m 0 0" \
+	echo "tmpfs /tmp tmpfs rw,mode=1777,size=50m 0 0" \
 		>> ${CHROOTDIR}/${DESTDIR}/etc/fstab
 
 	local hostname


More information about the svn-src-all mailing list