summaryrefslogtreecommitdiffstats
path: root/src/core/config.c
diff options
context:
space:
mode:
authorMichael Brown2007-01-29 05:21:38 +0100
committerMichael Brown2007-01-29 05:21:38 +0100
commit2cf1e33df188538695e05d937bbafc706663cea7 (patch)
treee29fa8e4be64dcd48e364de2b3a71d5a586cb984 /src/core/config.c
parentKeep HTTP progress updated, and display a progress indicator during the (diff)
downloadipxe-2cf1e33df188538695e05d937bbafc706663cea7.tar.gz
ipxe-2cf1e33df188538695e05d937bbafc706663cea7.tar.xz
ipxe-2cf1e33df188538695e05d937bbafc706663cea7.zip
Split bootsector execution code out into bootsector.c.
Added basic El Torito ISO image boot capability
Diffstat (limited to 'src/core/config.c')
-rw-r--r--src/core/config.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/config.c b/src/core/config.c
index e27917a6..a4c31681 100644
--- 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