[syslinux] 5.10 regression (from 5.01) MENU INCLUDE broken.

Piotr Karbowski piotr.karbowski at gmail.com
Wed Sep 4 11:34:45 PDT 2013


Hello,

Long story short, example config:

### cut
UI vesamenu.c32

MENU TITLE Multiboot USB
MENU BACKGROUND		#00000000
MENU COLOR sel          7;37;40 #e0ffffff #20ffffff all
MENU COLOR unsel        37;44   #50ffffff #a0000000 std
MENU COLOR tabmsg       31;40   #30ffffff #00000000 std

MENU BEGIN
	MENU TITLE System Rescue CD 2.4.1
	INCLUDE sysrcd-2.4.1.conf
MENU END

MENU BEGIN
	MENU TITLE System Rescue CD 3.7.1
	INCLUDE sysrcd-3.7.1.conf
MENU END

MENU BEGIN
	MENU TITLE BackBox Linux 2.05 32bit
	INCLUDE backbox-2.05-32bit.conf
MENU END
###

With syslinux (extlinux) it will jump to last INCLUDE'ed menu always, 
with 5.01 it will display list of elements, then allow me to choose 
which one I want to enter.

Even if the include part contain a single label + menu label, it will 
display only it with newer syslinux.

-- Piotr.


More information about the Syslinux mailing list