[00:00] similarly, you find version changes in control [00:02] finally in README.md there's an additional bit about there being debian packages [00:02] so tl;dr keep the new stuff, get rid of the old stuff, remove all the markers [00:03] once that's done, you just treat it as a normal change with an entry like "Merge from Debian unstable" [00:04] do check if that ubuntu1 patch needs to be kept, though. we might end up ditching that. if not, make note of the fact that it's remaining [00:04] you can see an example of a merge changelog entry here https://phab.lubuntu.me/T70#1224 [00:07] then just build the source paackage and i can take care of uploading [01:03] Figure it out wxl? [01:22] Well enough @tsimonq2 [01:38] Ok [15:00] How are the *buntu livecd ISOs made? Are there scripts or is this still basically the method: https://help.ubuntu.com/community/LiveCDCustomization [15:05] mozmck: i beleive there's automated builders, but I couldn't begin to tell you how all that works. Customizing the LIveCD would be respinning the LIveCD for your needs. [15:05] and that can be glitchy sometimes [15:05] Yes, I'm trying to do that and I've done it several years back using the method from that website. [15:06] I figured there was something a little better by now? I think debian has some live builder scripts or something. [15:13] not for *respins* [15:13] or custom ISOs [15:13] if you want custom ISOs that's really the only rebuild mechanism [15:16] Hmm, well what I'm basically doing is a derivative distro for custom use. Right now I install xubuntu and run my script which strips out stuff and installs a realtime kernel and such. I'd like to build an ISO to make it simpler for the initial install. [15:17] I know this is not lubuntu specific - sorry. I installed lubuntu 19.04 to try out the LXQT desktop and I like it so far! [15:27] @mozmck [ Hmm, well what I'm basically doing is a derivative distro for custom us …], that sound more like ubuntu studio to me @Eickmeyer [15:29] @HMollerCl [that sound more like ubuntu studio to me @Eickmeyer], Not true. Ubuntu Studio is custom of Ubuntu the same way Lubuntu is. [15:31] Yeah. This one is for cnc machines running linuxcnc. [15:32] Completely different use case then. [15:34] ok, but I thought you where making more customization con RT kernel q [15:34] !rt | @HMollerCl [15:34] @HMollerCl: the RT kernel is the Linux kernel with a realtime preemption patch applied. It is not available in Ubuntu. See also !lowlatency [15:35] right, I forgot that, lowlatency is more than just the kernel [15:36] Yeah, I'm using the preempt-rt patch and modifying kernel configs for best latency (hopefully!) [15:36] I once just this tips, might be usefull https://bitbucket.org/thismaechler/ubuntustudio-16.04-realtimeaudio/ [15:37] don't use it as it is, but it can be use as inspiration. [15:38] thanks! It seems hard to find all the things that affect latency (while still keeping the kernel generic), and it changes with new kernel releases.