diff -Nru livecd-rootfs-2.663/debian/changelog livecd-rootfs-2.664/debian/changelog --- livecd-rootfs-2.663/debian/changelog 2020-04-16 23:10:41.000000000 +0000 +++ livecd-rootfs-2.664/debian/changelog 2020-04-17 16:03:18.000000000 +0000 @@ -1,3 +1,10 @@ +livecd-rootfs (2.664) focal; urgency=medium + + [ Patrick Viafore ] + * Increase Vagrant disk size from 10G to 40G (LP: #1580596) + + -- Robert C Jennings Fri, 17 Apr 2020 11:03:18 -0500 + livecd-rootfs (2.663) focal; urgency=medium * Run snap info on the downloaded snap, rather than against the diff -Nru livecd-rootfs-2.663/live-build/ubuntu-cpc/hooks.d/base/vagrant.binary livecd-rootfs-2.664/live-build/ubuntu-cpc/hooks.d/base/vagrant.binary --- livecd-rootfs-2.663/live-build/ubuntu-cpc/hooks.d/base/vagrant.binary 2020-03-30 16:46:08.000000000 +0000 +++ livecd-rootfs-2.664/live-build/ubuntu-cpc/hooks.d/base/vagrant.binary 2020-04-17 16:02:56.000000000 +0000 @@ -97,7 +97,7 @@ # Get the VMDK in place prefix="${distro}-${suite}-${version}-cloudimg" vmdk_f="${box_d}/${prefix}.vmdk" -create_vmdk ${derivative_img} ${vmdk_f} +create_vmdk ${derivative_img} ${vmdk_f} 40960 #################################### # Create the ConfigDrive