svn commit: r280884 - head/release/tools

Colin Percival cperciva at FreeBSD.org
Tue Mar 31 04:35:36 UTC 2015


Author: cperciva
Date: Tue Mar 31 04:35:35 2015
New Revision: 280884
URL: https://svnweb.freebsd.org/changeset/base/280884

Log:
  It would help if I committed the right patch...

Modified:
  head/release/tools/ec2.conf

Modified: head/release/tools/ec2.conf
==============================================================================
--- head/release/tools/ec2.conf	Tue Mar 31 04:31:42 2015	(r280883)
+++ head/release/tools/ec2.conf	Tue Mar 31 04:35:35 2015	(r280884)
@@ -32,7 +32,7 @@ vm_extra_pre_umount() {
 	# catalogue and install or update pkg when the instance first
 	# launches, so these files would just be replaced anyway; removing
 	# them from the image allows it to boot faster.
-	pkg -c ${DESTDIR} delete -f pkg
+	pkg -c ${DESTDIR} delete -f -y pkg
 	rm ${DESTDIR}/var/db/pkg/repo-*.sqlite
 
 	# The size of the EC2 root disk can be configured at instance launch


More information about the svn-src-all mailing list