summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_memtest
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2009-12-09 21:54:41 +0100
committerDaniel Baumann <daniel@debian.org>2009-12-09 21:54:41 +0100
commit494ea2795e9e8d01ef89af92664dff7a8c6d5986 (patch)
treeb2c6db6bf054ec0fdf2cdce3af4f96c62a7f86ab /helpers/lh_binary_memtest
parent2d02a479d10017e2ec4527b718e8905a606a7fb5 (diff)
downloadvyos-live-build-494ea2795e9e8d01ef89af92664dff7a8c6d5986.tar.gz
vyos-live-build-494ea2795e9e8d01ef89af92664dff7a8c6d5986.zip
Removing lpia support, this architecture is dead.
Diffstat (limited to 'helpers/lh_binary_memtest')
-rwxr-xr-xhelpers/lh_binary_memtest2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_memtest b/helpers/lh_binary_memtest
index cfe455c2d..98a3be517 100755
--- a/helpers/lh_binary_memtest
+++ b/helpers/lh_binary_memtest
@@ -42,7 +42,7 @@ Check_lockfile .lock
# Creating lock file
Create_lockfile .lock
-if [ "${LH_ARCHITECTURE}" != "amd64" ] && [ "${LH_ARCHITECTURE}" != "i386" ] && [ "${LH_ARCHITECTURE}" != "lpia" ]
+if [ "${LH_ARCHITECTURE}" != "amd64" ] && [ "${LH_ARCHITECTURE}" != "i386" ]
then
Echo_warning "skipping binary_memtest, foreign architecture."
exit 0