|
|
|
|
|
by tronje
3780 days ago
|
|
Since init is the first process that runs, you can't use an interpreted language like ruby (since the interpreter would have to run first, which is impossible if your program itself is init). Maybe there's a Ruby-compiler out there somewhere, but as-is Ruby would be impossible. |
|
Sure you can, you can even use a shell script: https://wiki.gentoo.org/wiki/Custom_Initramfs#Init