From f73041f2f0905a2bb6ee3b938a9e1fa0fc53a3e6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 25 Feb 2009 09:51:28 +0100 Subject: Adding initial support for virtual-hdd binary image type. --- helpers/lh_binary_manifest | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'helpers/lh_binary_manifest') diff --git a/helpers/lh_binary_manifest b/helpers/lh_binary_manifest index b7d5b91af..981699af8 100755 --- a/helpers/lh_binary_manifest +++ b/helpers/lh_binary_manifest @@ -23,6 +23,11 @@ Arguments "${@}" Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source Set_defaults +if [ "${LH_BINARY_IMAGES}" = "virtual-hdd" ] +then + exit 0 +fi + Echo_message "Begin creating manifest..." # Requiring stage file -- cgit v1.2.3