Looks like my LB_BINARY_IMAGES was set "wrong"

How about this patch:

diff --git a/lb_binary_syslinux b/lb_binary_syslinux
index fa4d963..67d1615 100755
--- a/lb_binary_syslinux
+++ b/lb_binary_syslinux
@@ -402,6 +402,10 @@ case "${LB_BINARY_IMAGES}" in
                LIVE_DATA_PATH="${LIVE_SCREEN_PATH}"
                MEDIA="hd-media"
                ;;
+       default)
+               echo "Error: unsupported option '${LB_BINARY_IMAGES}' for 
LB_BINARY_IMAGES"
+               exit 1
+               ;;
 esac

 Check_multiarchitecture

-- 
BOFH excuse #357:

I'd love to help you -- it's just that the Boss won't let me near the computer. 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to