summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
;;