Results 53 comments of Piotr Karbowski

the initramfs will not mount your /var `prior` to switching root to `/newroot`. If you would like it to mount it for you on initramfs level, you will need to...

I wasn't looking much into it in a long time but it shouldn't be hard. Especially with the updated sysroot that is on devel branch. I can look into it,...

I think if you opt-in for dhcp you already are okay with option that it will fallback to link-local so I think there's no need to add the no_ipv4ll code...

binit never actually got support for key-files. There's a pull request from 2013 but I never decided to merge it. The biggest priority right now is to finally rewrite the...

Thanks for the patch. Note to self: I do wonder whatever encdelay should be used or rootdelay which already do something like it be used. Also I think I would...

Hi, fwiw I haven't forgot about this pull request. Still wondering how I should handle header and key with multiple luks devices that enc_root= does support.

I am facing the very same issue right now with aria2 built with gnutls and https://archive.mesa3d.org/ - net-libs/gnutls-3.7.3-r1 - net-misc/aria2-1.36.0 Switching to openssl fixes it.

+1 for that. CMake makes it's possible to integrate mergerfs without much of effort, supports crosscompilation among others out of the box and so on. @ahippo any bump for this...

I honestly cannot think where cmake or meson, what is another good build system, could break. - You specify source files, even via glob, and you compile them - You...

Meson is in python so sure it has runtime dep on it, CMake can be built statically. I used to have latest CMake few years ago on rhel5 build servers,...