diff options
| author | Michael Brown | 2007-01-29 05:21:38 +0100 |
|---|---|---|
| committer | Michael Brown | 2007-01-29 05:21:38 +0100 |
| commit | 2cf1e33df188538695e05d937bbafc706663cea7 (patch) | |
| tree | e29fa8e4be64dcd48e364de2b3a71d5a586cb984 /src/core | |
| parent | Keep HTTP progress updated, and display a progress indicator during the (diff) | |
| download | ipxe-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')
| -rw-r--r-- | src/core/config.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/config.c b/src/core/config.c index e27917a6d..a4c31681d 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 |
