From 47ff5ca21e7479e817c01fcbc7ab60bd4d5d2ea6 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Wed, 3 Mar 2004 19:01:19 +0000 Subject: kernel name is always vmlinuz now --- scripts/mk-images | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'scripts') diff --git a/scripts/mk-images b/scripts/mk-images index e18a2422f..23435aebc 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -44,11 +44,7 @@ TOPDIR=$(cd $TOPDIR; pwd) MODMAPS=$KERNELBASE/modules.pcimap BUILDARCH=$5 - if [ "$BUILDARCH" = "ppc" -o "$BUILDARCH" = "ppc64" ]; then - KERNELNAME=vmlinux - else - KERNELNAME=vmlinuz - fi + KERNELNAME=vmlinuz if [ "$BUILDARCH" = "ia64" ]; then KERNELDIR="/boot/efi/EFI/redhat" -- cgit