[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#614370: LB_BINARY_IMAGES "wrong"



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. 



Reply to: