@landley granted I do share that goal for @OS1337 abeit with way less priority (as I'm content with a #VxWorks-like approach for now!)
- But also because I am kinda lazy and don't want to "reinvent the wheel" and instead 'just wait & pull from upstream' [#toybox] because I suck at coding [outside of bash and some other small stuff]…
All I want to do re: _OS/1337 is merely do the bare minimum necessary to quickly build custom, verifyable & reproduceable system images to boot as well as include whatever tools that one wants in it.
- And ideally I want to just pull vanilla codebases and just have configurations for *each supported architecture [currently
i486 only but others are planned too] to target: - Basically just having to specify the
target and roll that way.
Since the build scripts are all #bash, 'self-hosting' (building itself under itself) should be totally in the cards and as soon as #mkroot can do it, I intent to follow suit in this functionality...
#OS1337