diff --git a/debian/changelog b/debian/changelog index 5388663b..866cd5e2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,8 @@ livecd-rootfs (2.408.62) UNRELEASED; urgency=medium + [ Patrick Viafore ] + * Increase Vagrant disk size from 10G to 40G (LP: #1580596) + [ Cody Shepherd ] * buildd: ext4: change tar transform target to match changes in bionic+ * buildd: Skip jasper for buildd subproject diff --git a/live-build/ubuntu-cpc/hooks.d/base/vagrant.binary b/live-build/ubuntu-cpc/hooks.d/base/vagrant.binary index 2d0513e5..f20682eb 100755 --- a/live-build/ubuntu-cpc/hooks.d/base/vagrant.binary +++ b/live-build/ubuntu-cpc/hooks.d/base/vagrant.binary @@ -105,7 +105,7 @@ distro=$(chroot chroot lsb_release --id --short | tr [:upper:] [:lower:]) # 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