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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to