I want to use Fuse in initramfs.
I am using the Fedora OS, and the Fedora OS initramfs is Dracut. I have created a sample application with Fuse to mount a folder with application.
I want to use Fuse on Dracut, but the Fuse application does not work in it. I get the error:
libfuse.so.2 not found
How can I install Fuse to Dracut initramfs image?