From 4afc571314e86867311472f5646cae6a38226a4c Mon Sep 17 00:00:00 2001 From: "Cody A.W. Somerville" Date: Fri, 17 Apr 2009 10:23:38 +0200 Subject: Adding lpia support. --- helpers/lh_binary_linux-image | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'helpers/lh_binary_linux-image') 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 -- cgit v1.2.3