Matthias Saou
                                            Matthias Saou
                                        
                                    I guess the easiest way to figure it out is to try it :smile: You should be able to simply go ahead and edit the installed `grub.cfg` as many times...
Better late than never! I've added Calculate Linux in [14741d9](https://github.com/thias/glim/commit/14741d902c185d1963b30fe6d38b1ee3d916645e).
I have finally taken the time to review and test this. Upstream SystemRescueCd has changed a lot, so I've cleaned it all up in ac730a7bd30e4c51963057f86b29527d79bdbcb0.
Thanks a lot for this!
OK, it makes sense. But unfortunately there's more to it than just this... Your code fixes your case, but probably breaks others : If someone specifies an original value with...
I've reverted the incorrect change now. I also thought about disabling enforcing by default for a moment, but in the end I think that the proper fix is to have...
Well... I don't really know what to say.... let's try anyway : Do things not work without the php-zts package installed? (because it does for me!) Depending on the above,...
You are correct, but since this is an optional dependency, which people will only need if they have SELinux activated, this change will pull in a useless module for some...
Nice catch! Could you just please squash your commits into a single one first, as to not include the doas change+revert in the git history? Thanks! (otherwise I can just...
> Out of curiosity, why are you using SIGHUP over say a service restart? Mostly out of habit, I guess. Daemons that can log to files often support reopening them...