diff options
author | cperciva <cperciva@FreeBSD.org> | 2015-03-31 04:35:35 +0000 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2015-03-31 04:35:35 +0000 |
commit | 30e3acf20a321695e506624323bb70dc93a69b7c (patch) | |
tree | 9fbb3a9d4ee83adf3721b29c8f6707861559b0ec /release/tools | |
parent | 8914c8573ec77f7e4c7c773cc056566369a004b2 (diff) | |
download | FreeBSD-src-30e3acf20a321695e506624323bb70dc93a69b7c.zip FreeBSD-src-30e3acf20a321695e506624323bb70dc93a69b7c.tar.gz |
It would help if I committed the right patch...
Diffstat (limited to 'release/tools')
-rw-r--r-- | release/tools/ec2.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/tools/ec2.conf b/release/tools/ec2.conf index af30de1..4969ad5 100644 --- a/release/tools/ec2.conf +++ b/release/tools/ec2.conf @@ -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 |