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_win32-loader | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'helpers/lh_binary_win32-loader') diff --git a/helpers/lh_binary_win32-loader b/helpers/lh_binary_win32-loader index 1126f0149..9bf437040 100755 --- a/helpers/lh_binary_win32-loader +++ b/helpers/lh_binary_win32-loader @@ -23,6 +23,11 @@ Arguments "${@}" Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source Set_defaults +if [ "${LH_WIN32_LOADER}" != "enabled" ] || [ "${LH_BINARY_IMAGES}" = "virtual-hdd" ] +then + exit 0 +fi + Echo_message "Begin copying win32-loader..." # Requiring stage file @@ -37,7 +42,7 @@ Check_lockfile .lock # Creating lock file Create_lockfile .lock -if [ "${LH_WIN32_LOADER}" = "enabled" ] && [ "${LH_DISTRIBUTION}" != "etch" ] +if [ "${LH_DISTRIBUTION}" != "etch" ] then case "${LH_ARCHITECTURE}" in amd64|i386) -- cgit v1.2.3