summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-06-20 01:37:47 +0100
committerChris Lamb <chris@chris-lamb.co.uk>2008-06-20 01:37:47 +0100
commit6d9de448069a0d681dd9ba3c3ac5b528f11247d2 (patch)
tree4fae1572cc626226c136a17be65eec0c094a10c3 /helpers
parent21d51d04f9ea91b1ddf726d9a56fb147f842dc7a (diff)
downloadvyos-live-build-6d9de448069a0d681dd9ba3c3ac5b528f11247d2.tar.gz
vyos-live-build-6d9de448069a0d681dd9ba3c3ac5b528f11247d2.zip
Add support for sparc "tar" binary image type.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Diffstat (limited to 'helpers')
-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 42d57fd7e..22900f8f0 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
;;