From 2b818e8475f95027c05066e0bbad9896df1192e4 Mon Sep 17 00:00:00 2001 From: Ben Howard Date: Thu, 12 Nov 2015 17:56:02 -0700 Subject: [PATCH] Restrict Vagrant size --- live-build/ubuntu-cpc/hooks/042-vagrant.binary | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/live-build/ubuntu-cpc/hooks/042-vagrant.binary b/live-build/ubuntu-cpc/hooks/042-vagrant.binary index fa53778a..83441598 100755 --- a/live-build/ubuntu-cpc/hooks/042-vagrant.binary +++ b/live-build/ubuntu-cpc/hooks/042-vagrant.binary @@ -87,11 +87,10 @@ genisoimage \ -joliet -rock \ -input-charset utf-8 \ ${seed_d}/user-data \ - ${seed_d}/meta-data \ - ${seed_d}/bloat_file + ${seed_d}/meta-data # Make a VMDK out of the seed file. -create_vmdk ${seed_d}/seed.iso ${cdrom_vmdk_f} +create_vmdk ${seed_d}/seed.iso ${cdrom_vmdk_f} 10 ### END Create ConfigDrive ##########################