diff options
author | Stefan Hajnoczi <stefanha@gmail.com> | 2010-01-29 18:14:38 +0000 |
---|---|---|
committer | Marty Connor <mdc@etherboot.org> | 2010-01-31 19:00:56 -0500 |
commit | d3b9c3f3d0c26219b4603db3829f33a77380bf7f (patch) | |
tree | 27b1007600ddb94dab94a7c98dea9ceb6ee622dc /src/arch/i386/Makefile.pcbios | |
parent | f3467ad169b01d5d90d8474ecc1ab1ee82cdecd1 (diff) | |
download | ipxe-d3b9c3f3d0c26219b4603db3829f33a77380bf7f.tar.gz |
[prefix] Remove .bImage in favor of .lkrn
The .lkrn prefix allows gPXE to be loaded as a Linux bzImage. The
bImage prefix was carried over from legacy Etherboot and does not build.
This patch removes the .bImage prefix, use .lkrn instead.
Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
Signed-off-by: Marty Connor <mdc@etherboot.org>
Diffstat (limited to 'src/arch/i386/Makefile.pcbios')
-rw-r--r-- | src/arch/i386/Makefile.pcbios | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/i386/Makefile.pcbios b/src/arch/i386/Makefile.pcbios index 8b0108592..3ebfc0ce3 100644 --- a/src/arch/i386/Makefile.pcbios +++ b/src/arch/i386/Makefile.pcbios @@ -21,7 +21,6 @@ MEDIA += elfd MEDIA += lmelf MEDIA += lmelfd MEDIA += lkrn -MEDIA += bImage MEDIA += dsk MEDIA += nbi MEDIA += hd |