From c66942f06ed5dcebab29711afee6dcef8d865adf Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 18 Feb 2010 17:34:29 +0100 Subject: Reworking iso-hybrid as an independent binary image type. --- helpers/source_disk | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'helpers/source_disk') diff --git a/helpers/source_disk b/helpers/source_disk index a765bb47a..50db471cb 100755 --- a/helpers/source_disk +++ b/helpers/source_disk @@ -23,10 +23,14 @@ Arguments "${@}" Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source Set_defaults -if [ "${LH_SOURCE_IMAGES}" != "iso" ] -then - exit 0 -fi +case "${LH_SOURCE_IMAGES}" in + iso*) + ;; + + *) + exit 0 + ;; +esac Echo_message "Begin installing disk information..." -- cgit v1.2.3