Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 2015 04:35:36 +0000 (UTC)
From:      Colin Percival <cperciva@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r280884 - head/release/tools
Message-ID:  <201503310435.t2V4ZaZk037352@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503310435.t2V4ZaZk037352>