summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2011-09-20 12:27:33 +0200
committerDaniel Baumann <daniel@debian.org>2011-09-20 12:27:33 +0200
commit3eeac2e0bed8a230658710a7a806a7001f6da4c2 (patch)
tree76d6dbe96cb9dd11a00e4802c39ca60a2d69df88 /scripts
parentdcfbfc8f8b06b29fef31ee06103771ae0d71f62a (diff)
downloadvyos-live-build-3eeac2e0bed8a230658710a7a806a7001f6da4c2.tar.gz
vyos-live-build-3eeac2e0bed8a230658710a7a806a7001f6da4c2.zip
Removing leftovers from usb-hdd to hdd removal in lb_binary_hdd and lb_source_hdd.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build/lb_binary_hdd2
-rwxr-xr-xscripts/build/lb_source_hdd2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/lb_binary_hdd b/scripts/build/lb_binary_hdd
index c215e4bef..aa6e4979a 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
diff --git a/scripts/build/lb_source_hdd b/scripts/build/lb_source_hdd
index 29e0f28a3..48d701fab 100755
--- a/scripts/build/lb_source_hdd
+++ b/scripts/build/lb_source_hdd
@@ -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