Removing leftovers from usb-hdd to hdd removal in lb_binary_hdd and lb_source_hdd.
This commit is contained in:
parent
dcfbfc8f8b
commit
3eeac2e0be
|
@ -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
|
||||
|
|
|
@ -29,7 +29,7 @@ then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
if ! In_list hdd-hdd "${LB_SOURCE_IMAGES}"
|
||||
if ! In_list hdd "${LB_SOURCE_IMAGES}"
|
||||
then
|
||||
exit 0
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue