diff options
| author | Jeremy Katz <katzj@redhat.com> | 2008-04-09 12:18:26 -0400 |
|---|---|---|
| committer | Jeremy Katz <katzj@redhat.com> | 2008-04-09 12:18:57 -0400 |
| commit | d9ed28a29aa3a62850ed97755abaa8ddada2c8f5 (patch) | |
| tree | 5122fcee763886bcd0da450280025d7c6a66e781 /scripts | |
| parent | 1b8f3147e4eebfe6787cc00345934c9d6ac0941f (diff) | |
More ia64 kernel finding fixage (#441708)
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/mk-images | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/mk-images b/scripts/mk-images index 8cdc7221a..bbe761c71 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -122,7 +122,11 @@ INITRDMODS="$USBMODS $FIREWIREMODS $IDEMODS $SCSIMODS $FSMODS $LVMMODS $RAIDMODS KERNELBASE=$TMPDIR/updboot.kernel.$$ KERNELNAME=vmlinuz - KERNELDIR="/boot" + if [ "$BUILDARCH" = "ia64" ]; then + KERNELDIR="/boot/efi/EFI/redhat" + else + KERNELDIR="/boot" + fi if [ "$BUILDARCH" = "sparc64" ]; then BASEARCH=sparc |
