From f2828594771401ec817591893da0fbcadaf5cc5c Mon Sep 17 00:00:00 2001 From: Christopher Glass Date: Mon, 16 Jan 2017 09:22:55 +0000 Subject: [PATCH] This branch fixes the manifest generation in OVA files (LP:1627931) The .ova file extension was passed twice, resulting in file not found errors in both the general case and the vagrant-specific file creation. --- live-build/ubuntu-cpc/hooks/041-vmdk-ova-image.binary | 2 +- live-build/ubuntu-cpc/hooks/042-vagrant.binary | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/live-build/ubuntu-cpc/hooks/041-vmdk-ova-image.binary b/live-build/ubuntu-cpc/hooks/041-vmdk-ova-image.binary index b7c21474..3b50a268 100755 --- a/live-build/ubuntu-cpc/hooks/041-vmdk-ova-image.binary +++ b/live-build/ubuntu-cpc/hooks/041-vmdk-ova-image.binary @@ -67,7 +67,7 @@ ovf_sha256=$(sha256sum ${ovf} | cut -d' ' -f1) manifest="${scratch_d}/${prefix}.mf" cat > "${manifest}" < "${manifest}" <