by jakogut on 10/5/24, 9:18 PM with 32 comments
by lrvick on 10/6/24, 12:07 PM
Can make a bootable OS with just a containerfile, for example:
https://git.distrust.co/public/airgap/src/branch/main/Contai...
https://git.distrust.co/public/enclaveos/src/branch/master/C...
by IshKebab on 10/6/24, 9:26 AM
Once you've configured it it then does a lot of downloading and compilation of random stuff and it's all strung together with janky shell scripts which means it's almost guaranteed to break.
I got some weird errors that returned zero google results and the source of the error was a long awful shell pipeline involving `sed`, `tr` etc.
Doesn't scream quality.
I gave up and switched to manually compiling Linux and OpenSBI (which is really all I needed so buildroot was overkill anyway). Went much smoother and I actually vaguely understood what was happening.
I haven't tried Yocto, maybe that is better engineered.
by kajkojednojajko on 10/6/24, 9:20 AM
Buildroot developers: let's write a build system in make!
by metadat on 10/5/24, 11:22 PM
by throwaway9364 on 10/6/24, 10:02 AM
Does not require cloud or internet access.