diff options
Diffstat (limited to 'release/tools')
-rw-r--r-- | release/tools/ec2.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release/tools/ec2.conf b/release/tools/ec2.conf index 176b98f7a2b0..98bb6694ac77 100644 --- a/release/tools/ec2.conf +++ b/release/tools/ec2.conf @@ -40,8 +40,10 @@ 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. + mount -t devfs devfs ${DESTDIR}/dev chroot ${DESTDIR} ${EMULATOR} env ASSUME_ALWAYS_YES=yes \ /usr/sbin/pkg delete -f -y pkg + umount ${DESTDIR}/dev rm ${DESTDIR}/var/db/pkg/repo-*.sqlite # The size of the EC2 root disk can be configured at instance launch |