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

This commit is contained in:
Colin Percival 2015-03-31 04:35:35 +00:00
parent 992cc53e37
commit 450a69e70c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=280884

View file

@ -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