[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#699742: syslinux 5.x support



Package: debian-installer
Tags: patch

Attached patch includes the required additional syslinux modules when building with vesamenu and syslinux version 5.x.

--
Address:        Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:          daniel.baumann@progress-technologies.net
Internet:       http://people.progress-technologies.net/~daniel.baumann/
>From 2c98444bd872be9de7b15b86fd44570bb662350a Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel.baumann@progress-linux.org>
Date: Mon, 4 Feb 2013 13:16:36 +0100
Subject: [PATCH] Including additional syslinux modules when building with
 vesamenu and syslinux version 5.x.

---
 build/config/x86.cfg | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/build/config/x86.cfg b/build/config/x86.cfg
index 209b567..d479bfe 100644
--- a/build/config/x86.cfg
+++ b/build/config/x86.cfg
@@ -107,6 +107,11 @@ endif
 	
 	if [ "$(SYSLINUX_CFG)" != prompt ]; then \
 		mcopy -i$(TEMP_BOOT) /usr/lib/syslinux/vesamenu.c32 ::vesamenu.c32; \
+		if [ -e /usr/lib/syslinux/ldlinux.c32 ]; then \
+			mcopy -i$(TEMP_BOOT) /usr/lib/syslinux/ldlinux.c32 ::ldlinux.c32; \
+			mcopy -i$(TEMP_BOOT) /usr/lib/syslinux/libcom32.c32 ::libcom32.c32; \
+			mcopy -i$(TEMP_BOOT) /usr/lib/syslinux/libutil.c32 ::libutil.c32; \
+		fi; \
 		if [ -e $(TEMP_BOOT_SCREENS)/splash.png ]; then \
 			mcopy -i$(TEMP_BOOT) $(TEMP_BOOT_SCREENS)/splash.png ::splash.png; \
 		fi; \
-- 
1.8.1.1


Reply to: