jozzsi

Results 256 comments of jozzsi

``` 2024-10-20T18:54:56.6374050Z Welcome to openSUSE Tumbleweed 2024-10-20T18:54:56.6376237Z 2024-10-20T18:54:56.6376356Z 2024-10-20T18:54:56.6809016Z [ 3.783095][ T1] systemd[1]: Failed to open libbpf, cgroup BPF features disabled: Operation not supported 2024-10-20T18:54:56.7120791Z [ 3.813770][ T1] systemd[1]: Assertion...

Now that we have debian:sid and ubuntu:rolling (see https://github.com/dracut-ng/dracut-ng/pull/766), I can see that this test also failing there (but seem to fail differently). Edit: For Debian/Ubuntu it was a missing...

As I [explained](https://github.com/dracut-ng/dracut-ng/pull/1268#issuecomment-2842096969) https://github.com/dracut-ng/dracut-ng/pull/1211 is needed to fix https://github.com/dracut-ng/dracut-ng/issues/1242 . Sorry that I could not fix it earlier. If there is a concern with the quality of the code of...

Thanks @Conan-Kudo for the background and current project setup. Seems like a healthy project setup, so let's close this issue for now. Thanks for all the support !

> > It does not look like this has been ever used. > > * https://build.opensuse.org/projects/openSUSE:Factory/packages/btrfsprogs/files/module-setup.sh.in?expand=1 > * https://build.opensuse.org/projects/openSUSE:Factory/packages/xfsprogs/files/module-setup.sh.in?expand=1 Thank you @aafeijoo-suse . I mean that it does not look...

systemd should mount /run as a tmpfs over what is actually stored in the /run directory in the initrd. When [/run/dracut](https://github.com/dracut-ng/dracut-ng/blob/main/modules.d/98dracut-systemd/dracut-emergency.sh#L17) gets executed /run/dracut would not be visible anymore as...

> the dracut modules dracut-systemd, systemd-initrd, systemd-udevd, and systemd-sysctl, all of which _should_ work just fine, cannot be used because they have a transitive hard dependency on systemd-modules-load (which should...

@zackw @Anoncheg1 can you please try to pass `--no-kernel` to dracut and report back your findings? See https://dracut-ng.github.io/dracut-ng/man/dracut.8.html#_options for the corresponding documentation.

Can you please help to confirm if the following patch helps - if it does I will upload a PR ``` --- a/dracut-init.sh +++ b/dracut-init.sh @@ -217,7 +217,7 @@ dracut_module_path()...

Temporarily closing this PR to reduce the review queue size. Will reopen when the number of open PRs has decreased.