summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-06-20 01:37:47 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:36 +0100
commit9f1a88d0d925aac6c373f661eb75790b43696d95 (patch)
tree4fae1572cc626226c136a17be65eec0c094a10c3
parentfd9c9df5a8bceb7f73a7c43bedb2f7d428584e0b (diff)
downloadlive-build-9f1a88d0d925aac6c373f661eb75790b43696d95.zip
live-build-9f1a88d0d925aac6c373f661eb75790b43696d95.tar.gz
Add support for sparc "tar" binary image type.
-rwxr-xr-xhelpers/lh_binary_silo4
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/lh_binary_silo b/helpers/lh_binary_silo
index 42d57fd..22900f8 100755
--- a/helpers/lh_binary_silo
+++ b/helpers/lh_binary_silo
@@ -35,10 +35,10 @@ fi
# Check image type
case "${LH_BINARY_IMAGES}" in
- iso|usb-hdd)
+ iso|usb-hdd|tar)
;;
- net|tar)
+ net)
Echo_error "not yet supported, aborting (FIXME)."
exit 1
;;