[syslinux:elflink] elflink: Make sure to install ldlinux. c32 at install time

syslinux-bot for H. Peter Anvin hpa at zytor.com
Fri May 18 15:03:02 PDT 2012


Commit-ID:  66214ac37144c14d0c9ec4e1d9d663ad04daf368
Gitweb:     http://www.syslinux.org/commit/66214ac37144c14d0c9ec4e1d9d663ad04daf368
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Fri, 18 May 2012 15:00:04 -0700
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Fri, 18 May 2012 15:00:04 -0700

elflink: Make sure to install ldlinux.c32 at install time

We need to reach ldlinux.c32 during early boot...

Signed-off-by: H. Peter Anvin <hpa at zytor.com>

---
 Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 0f500a3..c05e04f 100644
--- a/Makefile
+++ b/Makefile
@@ -82,6 +82,7 @@ EXTBOOTINSTALL = $(MODULES)
 
 # Things to install in /tftpboot
 NETINSTALLABLE = core/pxelinux.0 gpxe/gpxelinux.0 \
+		 com32/elflink/ldlinux/ldlinux.c32 \
 		 $(MODULES)
 
 all:


More information about the Syslinux-commits mailing list