so… i had the wonderous idea to create a distro for a school project on a chromebook. i have experience with this, but not with a chromebook that is incapable of running linux (restriction issues) and i’m restricted only to Github Codespaces
i have the main distro down, although i’m currently sorting out building it, but, i can safely say that it IS possible to build a linux distro in your browser with github codespaces.
I used live-build and Linuxcontainers Incus, to create the GREATEST DISTRO KNOWN TO MAN.
The distro is named GamerGoblinOS, and it is exactly what it sounds like. a goblin themed Distro.
i dont have any screenshots as the ISO isn’t built yet, but everything should work once i do.
Just a heads up - building a full distro (especially ISO) from Codespaces can be problematic. Those tools usually need things like loop devices, mounting, and full root privileges, which aren’t fully available in container environments.
It might work up to a point, but ISO generation is often where it breaks.
codespaces is just a container, so once you hit things like loop devices, mounts, or needing real root access, you’re fighting the environment more than building the distro.