diff options
| author | Matt Fleming <matt.fleming@intel.com> | 2012-09-14 15:22:29 +0100 |
|---|---|---|
| committer | Matt Fleming <matt.fleming@intel.com> | 2012-09-19 10:46:41 +0100 |
| commit | bda54cb680676bffa731394096956f5d10fbcfaf (patch) | |
| tree | eccf1b93b239c19ace4ed72a0ec79c382c4cf8ba /libinstaller/syslinux.h | |
| parent | 040f273035ca84fc963d0d0c0b39794f7a5fc7d4 (diff) | |
| download | syslinux-bda54cb680676bffa731394096956f5d10fbcfaf.tar.gz | |
installers: Install ldlinux.c32 automaticallysyslinux-5.00-pre8
Because ldlinux.c32 is required for Syslinux to function correctly, we
should be installing it automatically much like ldlinux.sys.
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Diffstat (limited to 'libinstaller/syslinux.h')
| -rw-r--r-- | libinstaller/syslinux.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libinstaller/syslinux.h b/libinstaller/syslinux.h index 8b86f881..f60a066e 100644 --- a/libinstaller/syslinux.h +++ b/libinstaller/syslinux.h @@ -26,6 +26,9 @@ extern unsigned char syslinux_ldlinux[]; extern const unsigned int syslinux_ldlinux_len; extern const int syslinux_ldlinux_mtime; +extern unsigned char syslinux_ldlinuxc32[]; +extern const unsigned int syslinux_ldlinuxc32_len; + #define boot_sector syslinux_bootsect #define boot_sector_len syslinux_bootsect_len #define boot_image syslinux_ldlinux |
