itsManjeet / rlxos

A truly modern implementation of GNU/Linux distribution
https://rlxos.dev
GNU General Public License v3.0
7 stars 0 forks source link

How to build the OS from scratch #165

Open hydroid7 opened 6 months ago

hydroid7 commented 6 months ago

Hi there, how can I build the entire OS image from scratch?

Thank you in advance.

itsManjeet commented 6 months ago

you need to build PKGUPD to build components (artifact cache) from elements (elements/*.yml, build configurations)

You also need to install few requirements - bwrap, ostree, bsdtar, when you done with the requirements you need to use PKGUPD::ignite utility to build components.

$ pkgupd ignite to list all available commands and help

follow the https://github.com/itsManjeet/rlxos/blob/preview/.github/workflows/build-and-release.yml github workflow

or wait until I merge https://github.com/itsManjeet/rlxos/pull/166