summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_silo
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/lh_binary_silo')
-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 8274d39..22248bc 100755
--- a/helpers/lh_binary_silo
+++ b/helpers/lh_binary_silo
@@ -111,7 +111,7 @@ esac
# Setting destination directory
case "${LH_BINARY_IMAGES}" in
- iso)
+ iso|usb-hdd)
case "${LH_INITRAMFS}" in
casper)
DESTDIR_LIVE="binary/casper"
@@ -125,7 +125,7 @@ case "${LH_BINARY_IMAGES}" in
DESTDIR_INSTALL="binary/install"
;;
- net|tar|usb-hdd)
+ net|tar)
Echo_error "not yet supported, aborting (FIXME)."
exit 1
;;