Recovery environment Linux distro! Builder is written in Lua. Pretty useful* as a recovery env, when your Linux install breaks, or you need to some partitioning stuff.
Very customizable*, and can be used like Splashtop and other preboot Linux distros*. Based on Alpine Linux*.
* currently planned. may change later.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Some init stuff, and Lua + Terminal stuff. The util.lua is pretty strong now!
The image includes the example of the sudo function. (ps - sudo "echo hi!" = sudo("echo hi!) in Lua)
As you can see, it works with sudo, doas(untested) and su. su will unfortunately remind you to type your password every command, but nothing I can change :p