http://git.etherboot.org
/
gpxe.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Split bootsector execution code out into bootsector.c.
[gpxe.git]
/
src
/
core
/
config.c
diff --git
a/src/core/config.c
b/src/core/config.c
index
e27917a
..
a4c3168
100644
(file)
--- a/
src/core/config.c
+++ b/
src/core/config.c
@@
-143,6
+143,9
@@
REQUIRE_OBJECT ( script );
#ifdef IMAGE_BZIMAGE
REQUIRE_OBJECT ( bzimage );
#endif
+#ifdef IMAGE_ELTORITO
+REQUIRE_OBJECT ( eltorito );
+#endif
/*
* Drag in all requested commands