summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_linux-image
diff options
context:
space:
mode:
authorCody A.W. Somerville <cody.somerville@canonical.com>2009-04-17 10:23:38 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:09:44 +0100
commit4afc571314e86867311472f5646cae6a38226a4c (patch)
treea39c8476b8ea00d77da439001d376da175207ef0 /helpers/lh_binary_linux-image
parent69d278fdb8aa4720ccb1ff7b2bea8e48dec1490c (diff)
downloadvyos-live-build-4afc571314e86867311472f5646cae6a38226a4c.tar.gz
vyos-live-build-4afc571314e86867311472f5646cae6a38226a4c.zip
Adding lpia support.
Diffstat (limited to 'helpers/lh_binary_linux-image')
-rwxr-xr-xhelpers/lh_binary_linux-image10
1 files changed, 1 insertions, 9 deletions
diff --git a/helpers/lh_binary_linux-image b/helpers/lh_binary_linux-image
index f5abaab6e..0b1c5420b 100755
--- a/helpers/lh_binary_linux-image
+++ b/helpers/lh_binary_linux-image
@@ -53,19 +53,11 @@ case "${LH_INITRAMFS}" in
esac
case "${LH_ARCHITECTURE}" in
- amd64)
- LINUX="vmlinuz"
- ;;
-
- i386)
- LINUX="vmlinuz"
- ;;
-
powerpc)
LINUX="vmlinux"
;;
- sparc)
+ *)
LINUX="vmlinuz"
;;
esac