ferringb

Results 89 comments of ferringb

@LaszloGombos if y'all are fine w/ the mixed deps (forward and reverse), no complaints from me. I don't mean offense, but the modules inclusion system is kind of a pain...

As an intermediate fix, explicitly add `systemd-cryptsetup` to your modules. And yes, I got hit by the same thing. 103 also seems to show the same breakage in my testing...

A simple proposed fix here is to tweak https://github.com/dracut-ng/dracut-ng/commit/649e37bcd5ac46d5ac440b80297370c07ee7e1a8#diff-21b628d9fbf356aea5880a99b83b460c057ae0f064df37a58ca82c2cd8b34830L34-L36 and add a backwards compatibility fix like ``` if dracut_module_included systemd; then deps+=" systemd-cryptsetup " # add whatever warning you want...

Just noting; some of us use `dracutmodules` for a reason. I switched to it not that long ago because no amount of fighting w/ add/omit could produce a UKI in...

@jozzsi When I looked at the PR, it looks like it'll work if this issue is viewed as a regression. However- and remember I'm not a maintainer- I think you're...

Can you give an example of what you're running into? Your base question isn't really an issue; if the resolver decides that it needs to satisfy a constraint from the...

The pkgcore config code uses https://github.com/pkgcore/pkgcore/blob/master/src/pkgcore/fs/livefs.py#L100 , which should suppress any file ending in '*~' ... if you pass `backup=False`, which nothing in ebuild/domain actually does. For anyone looking to...

My view: drop the docker.io images. Your official images (carrying provenance) are ghcr.io iirc. You already point folks at that. If you have access to stats on how many folks...

There's an irony that macos passed this considering their age. Your change is correct but needs to be held off on merge until the test runners can support it..