diff options
Diffstat (limited to 'helpers/binary_disk')
-rwxr-xr-x | helpers/binary_disk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/binary_disk b/helpers/binary_disk index 2bbd73d..8116734 100755 --- a/helpers/binary_disk +++ b/helpers/binary_disk @@ -24,7 +24,7 @@ Read_conffiles config/all config/common config/bootstrap config/chroot config/bi Set_defaults case "${LH_BINARY_IMAGES}" in - iso|usb-hdd) + iso|usb*) ;; *) exit 0 |