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/binary_silo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'helpers/binary_silo') diff --git a/helpers/binary_silo b/helpers/binary_silo index df7ee1001..356c47e8c 100755 --- a/helpers/binary_silo +++ b/helpers/binary_silo @@ -30,7 +30,7 @@ fi # Check image type case "${LH_BINARY_IMAGES}" in - iso|usb*|tar) + iso*|usb*|tar) ;; net) @@ -225,7 +225,7 @@ fi LINUX_INSTALL="$(/bin/echo ${LINUX_INSTALL} | sed -e 's|binary||g' -e 's|//|/|g')" case "${LH_BINARY_IMAGES}" in - iso|usb*) + iso*|usb*) # Copying silo mkdir -p binary/boot -- cgit v1.2.3