Skip to content

Commit e7dad1f

Browse files
committed
fix: use menu.c32 from proper location
1 parent 3e928cd commit e7dad1f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ENV BASE=/srv/pixieboot \
66
INTEGRATIONS_ENABLED="dnsmasq nginx pxebinaries" \
77
SYSTEMS_ENABLED="ubuntu-16.04-mini ubuntu-14.04-mini netboot.xyz memtest local-harddrive" \
88
FILE_PXE_LINUX=/usr/lib/PXELINUX/pxelinux.0 \
9+
FILE_PXE_MENU=/usr/lib/syslinux/modules/bios/menu.c32 \
910
FILE_DNSMASQ_CONFIG=/etc/dnsmasq.d/pixieboot.conf \
1011
# Set the reload commands to true, as normal service-commands would fail
1112
# and docker.sh is starting the services anyway

integrations/pxebinaries

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
FILE_PXE_LINUX=${FILE_PXE_LINUX:-/usr/lib/syslinux/pxelinux.0}
66
FILE_PXE_LDLINUX=${FILE_PXE_LDLINUX:-/usr/lib/syslinux/modules/bios/ldlinux.c32}
7-
FILE_PXE_MENU=${FILE_PXE_LINUX:-/usr/lib/syslinux/menu.c32}
8-
FILE_PXE_UNDI=${FILE_PXE_LINUX:-/usr/lib/ipxe/undionly.kkpxe}
7+
FILE_PXE_MENU=${FILE_PXE_MENU:-/usr/lib/syslinux/menu.c32}
8+
FILE_PXE_UNDI=${FILE_PXE_UNDI:-/usr/lib/ipxe/undionly.kkpxe}
99

1010
cp $FILE_PXE_LINUX $NFSPREFIX/pxelinux.0
1111
cp $FILE_PXE_LDLINUX $NFSPREFIX/ldlinux.c32

0 commit comments

Comments
 (0)