Removing leftovers from usb-hdd to hdd removal in lb_binary_hdd and lb_source_hdd.

This commit is contained in:
Daniel Baumann 2011-09-20 12:27:33 +02:00
parent dcfbfc8f8b
commit 3eeac2e0be
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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