[04:31] tsimonq2: I hope you're available, because I think I discovered a logic bug in before_bootloader_context.conf, but I want to run it past you. [04:33] It seems that because "bios:" is specified, that Cala seems to think that "*" means everything *except* bios. My rationalle: The removal of /etc/apt/soruces.list.d/dvd.list and mv of /etc/security/limits.d/audio.conf.disabled to remove the "disabled" seems to not be occurring for non-EFI setups. [04:35] The expectation is that it should behave identically, but it's not. [04:38] I think what's going to have to happen is I'm going to have to make a new contextualprocess script to deal with it rather than putting it in before_bootloader_context.conf. [04:40] s/contextualprocess/shellprocess [15:34] Eickmeyer: it looks like you made a separate shellprocess. I think that is a cleaner approach IMO. Does it now work as you intended? [15:35] kc2bez: I won't know until I respin the ISO. [15:35] Oh, you could test it in live. I have done that before for testing things. [15:36] True, just an apt update away. [15:37] shellprocesses are cheap though :P so it makes sense to have a separate one. [15:42] Agreed. It's a small thing that shouldn't depend on what kind of firmware the system uses, so a separate shellprocess seemed logical. [15:42] And blacklisting that one file is also logical. [15:43] It's put there by livecd-rootfs but needs to be removed for an installed system since it causes apt to go "uhh... what's this?" [17:30] kc2bez: The shellprocess was a success, I think from here on out changes I make to our Calamares settings will be purely cosmetic. [17:39] \o/ great to hear Eickmeyer If you need anything else please let us know.