Piotr Karbowski
Piotr Karbowski
I am interested in v4 support so I might produce some results. No idea how much v4 interface is different from v3 though. Did either of you did some research...
Now this is super bizarre. I will see what I can do to roll out a cpio archive with node. The gen_init_cpio from kernel sources would be best, but it...
Adding support for it is not that hard however I am unsure if that would provide any security benefit at all. In your use case you will boot of off...
I am leaning toward calling it a cargo cult security. While indeed you do need two 'factors' to unlock it yourself, anyone who can attack you needs a physical access,...
I will look into the detached headers then. You could even embed the header together with initramfs into your kernel image, even more, with EFI STUB enabled you could even...
I actually plan to add real udev into initramfs since unless you run udev at initramfs level and then move around /run/udev to newroot otherwise systemd's lvm service might be...
This is very interesting problem. the nodes are either created on boot or via devtmpfs long before dropbear starts so even if they're not present, it must work. The only...
I will try to get additional package for e2fsprogs so you can optionaly include it in initramfs Or maybe running e2fsck from rootfs within initramfs before mounting /usr, like `chroot...
Hi, Providing fsck for all the major file systems would make the initramfs by far bigger than it should be. I can accept additional lebuilds for the tools but I...
So I migrated better-initramfs to musl now (devel branch). I will work on fsck static builds that can be added, and maybe releasing them in a basic and full binary...