6 ms·
You actually don't need a shell script to mount the different pseudo filesystems. You can do that in your application. So all that remains is an initramfs with
by rubenbe 2y ago
You actually don't need a shell script to mount the different pseudo filesystems. You can do that in your application. So all that remains is an initramfs with a statically linked binary.
- jakogut 2y agoVery true, you can call into the C library or use system calls directly and have your application do all the init itself.