diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/mk-images | 6 |
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" |
