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_debian-installer | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'helpers/lh_binary_debian-installer') diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer index 563dae642..56f0b73b3 100755 --- a/helpers/lh_binary_debian-installer +++ b/helpers/lh_binary_debian-installer @@ -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 + if [ "${_DEBUG}" = "enabled" ] then WGET_OPTIONS="${WGET_OPTIONS} --verbose" -- cgit v1.2.3