Open probotix opened 7 months ago
Are you suggesting this as an update to the LinuxCNC repository, or as a pull-request to the main Live-Build project?
Well, I did check the main live-build respository and its broken there as well.
We tried to fix it years ago, but LB_ISO_PREPARER was explicitly excluded:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015782
It looks like we used to have a patch, but probably lost it.
Live-build does not have code to update LB_ISO_PREPARER in splash.svg. If you edit /usr/lib/live/build/binary_syslinux and insert
-e "s|@LB_ISO_PREPARER@|${LB_ISO_PREPARER}|g" \
on line 265, it should fix this.