summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-03-03 19:01:19 +0000
committerJeremy Katz <katzj@redhat.com>2004-03-03 19:01:19 +0000
commit47ff5ca21e7479e817c01fcbc7ab60bd4d5d2ea6 (patch)
tree4cb21355dece6520b801a494f7e66e6ab47bae0c /scripts
parentf6ee4aa2a42ab82596020ab899087a3e588e311a (diff)
kernel name is always vmlinuz now
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mk-images6
1 files changed, 1 insertions, 5 deletions
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"