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

bug in lb_binary_hdd



hi
i can not build image with the hdd option, i modified lb_binary_hdd for checking "hdd" option instead of "hdd-hdd'
see the patch

thanks
sylvain

live-build (3.0~a31-1), git debian-next branch



diff --git a/scripts/build/lb_binary_hdd b/scripts/build/lb_binary_hdd
index c215e4b..aa6e497 100755
--- a/scripts/build/lb_binary_hdd
+++ b/scripts/build/lb_binary_hdd
@@ -24,7 +24,7 @@ Arguments "${@}"
 Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
 Set_defaults
 
-if ! In_list hdd-hdd "${LB_BINARY_IMAGES}"
+if ! In_list hdd "${LB_BINARY_IMAGES}"
 then
 	exit 0
 fi

Reply to: