Skip to content

Commit

Permalink
Merge pull request #283 from grml/zeha/fix-isolinux
Browse files Browse the repository at this point in the history
Fix missing isolinux files
  • Loading branch information
zeha authored Jan 7, 2025
2 parents d53ebd6 + 8cb4956 commit 0c2ae89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grml-live
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,7 @@ else
[ "$file_basename" != "lua.c32" ] && \
[ "$file_basename" != "liblua.c32" ] && \
[[ "$file_basename" != *test.c32 ]] ; then
copy_file_logged "${BUILD_OUTPUT}"/boot/isolinux/"$file_basename" "${CHROOT_OUTPUT}" "$file"
copy_file_logged "${BUILD_OUTPUT}"/boot/isolinux/"$file_basename" "${CHROOT_OUTPUT}" /usr/lib/syslinux/modules/bios/"$file_basename"
fi
done

Expand Down

0 comments on commit 0c2ae89

Please sign in to comment.