Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[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>
  • Loading branch information
stefanha authored and Marty Connor committed Feb 1, 2010
1 parent f3467ad commit d3b9c3f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 612 deletions.
1 change: 0 additions & 1 deletion src/arch/i386/Makefile.pcbios
Expand Up @@ -21,7 +21,6 @@ MEDIA += elfd
MEDIA += lmelf
MEDIA += lmelfd
MEDIA += lkrn
MEDIA += bImage
MEDIA += dsk
MEDIA += nbi
MEDIA += hd
Expand Down

0 comments on commit d3b9c3f

Please sign in to comment.