diff options
Diffstat (limited to 'helpers')
-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 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 ;; |