diff options
author | Daniel Baumann <daniel@debian.org> | 2011-09-20 12:27:33 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-09-20 12:27:33 +0200 |
commit | 3eeac2e0bed8a230658710a7a806a7001f6da4c2 (patch) | |
tree | 76d6dbe96cb9dd11a00e4802c39ca60a2d69df88 /scripts | |
parent | dcfbfc8f8b06b29fef31ee06103771ae0d71f62a (diff) | |
download | vyos-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-x | scripts/build/lb_binary_hdd | 2 | ||||
-rwxr-xr-x | scripts/build/lb_source_hdd | 2 |
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 |