mirror of
https://github.com/ipxe/ipxe
synced 2025-12-14 16:01:38 +03:00
Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe
This commit is contained in:
@@ -68,9 +68,9 @@ MEDIA += lmelfd
|
||||
OBJS_lmelfdprefix = lmelfdprefix zlmelfdprefix
|
||||
CFLAGS_zlmelfdprefix = $(CFLAGS_ZPREFIX)
|
||||
|
||||
MEDIA += lilo
|
||||
OBJS_liloprefix = liloprefix zliloprefix
|
||||
CFLAGS_zliloprefix = $(CFLAGS_ZPREFIX)
|
||||
MEDIA += lkrn
|
||||
OBJS_lkrnprefix = lkrnprefix zlkrnprefix
|
||||
CFLAGS_zlkrnprefix = $(CFLAGS_ZPREFIX)
|
||||
|
||||
MEDIA += bImage
|
||||
OBJS_bImageprefix = bImageprefix zbImageprefix
|
||||
@@ -119,12 +119,12 @@ NON_AUTO_MEDIA += pdsk
|
||||
|
||||
# rule to make a non-emulation ISO boot image
|
||||
NON_AUTO_MEDIA += iso
|
||||
%iso: %lilo util/geniso
|
||||
%iso: %lkrn util/geniso
|
||||
ISOLINUX_BIN=$(ISOLINUX_BIN) bash util/geniso $@ $<
|
||||
|
||||
# rule to make a floppy emulation ISO boot image
|
||||
NON_AUTO_MEDIA += liso
|
||||
%liso: %lilo util/genliso
|
||||
%liso: %lkrn util/genliso
|
||||
bash util/genliso $@ $<
|
||||
|
||||
# rule to make a USB disk image
|
||||
|
||||
@@ -91,7 +91,7 @@ _prefix:
|
||||
|
||||
/*
|
||||
This is a minimal boot sector. If anyone tries to execute it (e.g., if
|
||||
a .lilo file is dd'ed to a floppy), print an error message.
|
||||
a .lkrn file is dd'ed to a floppy), print an error message.
|
||||
*/
|
||||
|
||||
bootsector:
|
||||
|
||||
Reference in New Issue
Block a user