summaryrefslogtreecommitdiff
path: root/scripts/build/binary_memtest
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-09-26 15:36:42 +0200
committerDaniel Baumann <daniel@debian.org>2012-09-26 15:36:44 +0200
commit3e72045807ea24662e18ad12d5bbb4154fb1627b (patch)
tree7c05ac7bb3aace63acd823d9205cffa2e7ee90e8 /scripts/build/binary_memtest
parent218094cff2c0883756079247e8ad6faa86819957 (diff)
downloadvyos-live-build-3e72045807ea24662e18ad12d5bbb4154fb1627b.tar.gz
vyos-live-build-3e72045807ea24662e18ad12d5bbb4154fb1627b.zip
Removing virtual-hdd image type.
Rather than a half broken image type, we'll bet our money on having proper partman recipies support implemented for hdd image types. Even if we don't make it for wheezy, it's better to not have virtual-hdd in there and tell users to use the jessie version for proper hdd images.
Diffstat (limited to 'scripts/build/binary_memtest')
-rwxr-xr-xscripts/build/binary_memtest2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binary_memtest b/scripts/build/binary_memtest
index d96c778d2..826a12e60 100755
--- a/scripts/build/binary_memtest
+++ b/scripts/build/binary_memtest
@@ -24,7 +24,7 @@ Arguments "${@}"
Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
Set_defaults
-if [ "${LB_BINARY_IMAGES}" = "virtual-hdd" ] || [ "${LB_MEMTEST}" = "false" ] || [ "${LB_MEMTEST}" = "none" ]
+if [ "${LB_MEMTEST}" = "false" ] || [ "${LB_MEMTEST}" = "none" ]
then
exit 0
fi