From 75595006934bc6c7fde46e2c961187b0ed15d0fd Mon Sep 17 00:00:00 2001 From: Christian Poulwey Date: Mon, 21 Jan 2019 21:49:01 +0100 Subject: [PATCH] mknet: take syslinux files from /usr/lib --- mknet.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mknet.sh.in b/mknet.sh.in index ce9e7b6..3b73531 100644 --- a/mknet.sh.in +++ b/mknet.sh.in @@ -214,7 +214,7 @@ if [ ${bootloader_pkg} = "syslinux" ] ; then # some of this list is from trial and error. Either way, this is the # minimum needed to get Void up and booting on metal from the network. for prog in pxelinux.0 ldlinux.c32 libcom32.c32 vesamenu.c32 libutil.c32 chain.c32 ; do - cp -v "$ROOTFS/usr/share/syslinux/$prog" "$BOOT_DIR" + cp -v "$ROOTFS/usr/lib/syslinux/$prog" "$BOOT_DIR" done # Lastly we need the default pxelinux config and the splash image.