Quoting Matthias Klumpp (2019-03-06 22:04:37)
- Create a PureOS green chroot (just debootstrap green and chroot into PureOS)
1.1) /!\ All following steps happen inside of the PureOS chroot 2) Run `apt install live-build git ca-certificates` 3) cd /srv && git clone https://source.puri.sm/pureos/infra/make-live.git 4) cd /srv/make-live 5) Set the FLAVOR environment variable to what flavor of PureOS you want to build. Possible values are: * gnome-live * gnome-oem * plasma-live E.g. `export FLAVOR="gnome-oem"`. If no FLAVOR variable is set, the GNOME Live Flavor will be built by default 6) Run `lb config` 7) Run `lb build` 8) Have fun with a fresh new PureOS image!
Great! Very valuable information! I have been curious to know this kind of information since I began working for Purism.
- Jonas