Y
Hacker News
new
|
ask
|
show
|
jobs
by
rubenbe
648 days 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.
1 comments
jakogut
648 days ago
Very true, you can call into the C library or use system calls directly and have your application do all the init itself.
link