desultory / ugrd

A minimalistic initramfs generator, designed for FDE
GNU General Public License v2.0
37 stars 13 forks source link

Add support for ZFS filesystem #112

Open codeswhite opened 3 weeks ago

codeswhite commented 3 weeks ago

I will be able to test the changes once there is a (relatively) stable branch.

desultory commented 1 week ago

I will be able to test the changes once there is a (relatively) stable branch.

I added basic support in the "zfs" branch, it doesn't handle encryption though. I'm not sure why but it takes ~30 seconds to run zpool import -a currently.

desultory commented 1 week ago

ok I think I fixed that, it was timing out waiting for udev, which I think is only needed to load kmods which ugrd already loads