X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;fp=grml-live;h=65bbfba62dd98363baa24fa61f1549f750d5fe05;hp=20b8191347fa2f50df2a2788d8cdaa0f1dc05f75;hb=9cef53c31fac9a2b65a804a74912757f7929a72e;hpb=ded6100068b144369921e25e6bc80ec1dd4128f5 diff --git a/grml-live b/grml-live index 20b8191..65bbfba 100755 --- a/grml-live +++ b/grml-live @@ -1497,6 +1497,10 @@ create_netbootpackage() { cp "${CHROOT_OUTPUT}"/boot/initrd.img-* "$WORKING_DIR"/initrd.img cp "${CHROOT_OUTPUT}/${pxelinux_dir}/pxelinux.0" "${WORKING_DIR}/pxelinux.0" + if [ -r "${CHROOT_OUTPUT}"/usr/lib/syslinux/modules/bios/ldlinux.c32 ] ; then + cp "${CHROOT_OUTPUT}"/usr/lib/syslinux/modules/bios/ldlinux.c32 "${WORKING_DIR}"/ + fi + mkdir -p "${WORKING_DIR}/pxelinux.cfg" if [ -r "${BUILD_OUTPUT}/boot/isolinux/netboot.cfg" ] ; then cp "${BUILD_OUTPUT}/boot/isolinux/netboot.cfg" "${WORKING_DIR}/pxelinux.cfg/default"