diff options
author | Daniel Baumann <daniel@debian.org> | 2010-02-18 17:34:29 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:04 +0100 |
commit | c66942f06ed5dcebab29711afee6dcef8d865adf (patch) | |
tree | 52a5557cfe76cc3cc7e386e5b9b52436832e0a94 /helpers/binary_silo | |
parent | 9d6a4dedc2736389349345c29d3a8a48b7b70692 (diff) | |
download | live-build-c66942f06ed5dcebab29711afee6dcef8d865adf.zip live-build-c66942f06ed5dcebab29711afee6dcef8d865adf.tar.gz |
Reworking iso-hybrid as an independent binary image type.
Diffstat (limited to 'helpers/binary_silo')
-rwxr-xr-x | helpers/binary_silo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/binary_silo b/helpers/binary_silo index df7ee10..356c47e 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 |