LinuxCNC / linuxcnc-live-build

9 stars 9 forks source link

LB_ISO_PREPARER not updating in splash screen #37

Open probotix opened 7 months ago

probotix commented 7 months ago

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.

andypugh commented 6 months ago

Are you suggesting this as an update to the LinuxCNC repository, or as a pull-request to the main Live-Build project?

probotix commented 6 months ago

Well, I did check the main live-build respository and its broken there as well.

andypugh commented 6 months ago

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.