diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-06-20 01:37:47 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:36 +0100 |
commit | 9f1a88d0d925aac6c373f661eb75790b43696d95 (patch) | |
tree | 4fae1572cc626226c136a17be65eec0c094a10c3 /helpers/lh_binary_silo | |
parent | fd9c9df5a8bceb7f73a7c43bedb2f7d428584e0b (diff) | |
download | live-build-9f1a88d0d925aac6c373f661eb75790b43696d95.zip live-build-9f1a88d0d925aac6c373f661eb75790b43696d95.tar.gz |
Add support for sparc "tar" binary image type.
Diffstat (limited to 'helpers/lh_binary_silo')
-rwxr-xr-x | helpers/lh_binary_silo | 4 |
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 ;; |