瀏覽代碼

mknet: take syslinux files from /usr/lib

Christian Poulwey 6 年之前
父節點
當前提交
7559500693
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mknet.sh.in

+ 1 - 1
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.