elementary / os

The OS build system
https://elementary.io
GNU General Public License v3.0
1.01k stars 130 forks source link

Multi-stage builds #732

Open stsdc opened 2 weeks ago

stsdc commented 2 weeks ago

There is that tool that allows to build raspberry os in stages. It means you don't need to remove the whole filesystem, if a change is small/in last stage of a creating an image. https://github.com/RPi-Distro/pi-gen

I understand that it is might not be applicable currently for elementary os. Leaving it here rather as interesting concept.