mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
isolinux.mk: Follow syslinux 3.62 path of menu.c32
Change path of menu.c32, adapting to the current syslinux version (3.62). The "new hierarchial submenu" is mentioned in its changelog.
This commit is contained in:
parent
29842ec576
commit
197949e10b
1 changed files with 2 additions and 2 deletions
|
|
@ -9,13 +9,13 @@ DIRS = $(DLOAD_DIR) $(BUILD_DIR)
|
|||
UNPACK_DIR = isolinux
|
||||
ISO_IMAGE ?= image.iso
|
||||
ISOLINUX_BIN = $(UNPACK_DIR)/isolinux.bin
|
||||
MENU_32 = $(UNPACK_DIR)/com32/modules/menu.c32
|
||||
MENU_32 = $(UNPACK_DIR)/com32/menu/menu.c32
|
||||
INITRD = /boot/initrd
|
||||
|
||||
CD_FILES = \
|
||||
$(MENU_32) \
|
||||
$(ISOLINUX_BIN)
|
||||
|
||||
|
||||
define SYSLINUX_BASE
|
||||
$(notdir $(shell sed 's/.tar.bz2$$//' $(URL_FILE)))
|
||||
endef
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue