sam_: "it's a bug in our packaging of it (we should either unconditionally depend on dracut in the clevis ebuild, or patch that out so it's always installed; the latter is the better option)" Maybe a dracut use module thats enabled by default that drags dracut in as a dep? https://github.com/latchset/clevis/blob/29d0a4ea7b978ca0b911e293b76bcaffbea1cc25/src/luks/dracut/clevis/meson.build#L4
(In reply to Penguin from comment #0) > Maybe a dracut use module thats enabled by default that drags dracut in as a > dep? > https://github.com/latchset/clevis/blob/ > 29d0a4ea7b978ca0b911e293b76bcaffbea1cc25/src/luks/dracut/clevis/meson. > build#L4 The issue with that would be USE=-dracut with dracut installed would install the module still (if we don't do any patching). Of course, if we patch in a build system option for it, it's fine.