Pavel Valena

Results 188 comments of Pavel Valena

@LaszloGombos sorry, I've missed your previous comment -- like this, or some other wording? https://github.com/dracut-ng/dracut-ng/commit/3cda7e55afe343f3f55456089a17efa772ce697b

> @pvalena is this still draft PR ? Thanks ! I didn't get around to writing the docs change, sorry :).

Oh, I'm unsure how I've missed this regression :). @jozzsi thanks for the explanation - we should include it in the comments. @prudo1 yes, the behaviour is intended, as the...

In Fedora, we don't want to enforce / limit anything - on the contrary. While I was looking at the code, I found out that (apart from the omit list)...

> @pvalena @cgwalters - what do you think about sharing the functionality (e.g. `get_default_initramfs_image`) by moving it to a sharable location - similar to how it is done in this...

> BTW, testing the in-container case couldn't be easier (IMO), just e.g. `podman run --pull=newer --rm -ti quay.io/centos-bootc/centos-bootc:stream9 bash` and in there do e.g. > > ``` > # curl...

> I can confirm this works on a booted/deployed ostree/bootc host system, but it still fails when run in a container image (in the general case, where the host kernel...

Kernel command line parameters are not parsed in the way program arguments are handled (e.g. when running in bash). The environment usually handles this - no program is expected (usually)...

Thanks. Looks ok, although I've not tested the code. Tests should be actually provided here.

> Similar other issue report - #79 Although in this case it might actually lead to incorrect code behaviour.