Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to build the OS from scratch #165

Open
hydroid7 opened this issue Feb 22, 2024 · 1 comment
Open

How to build the OS from scratch #165

hydroid7 opened this issue Feb 22, 2024 · 1 comment

Comments

@hydroid7
Copy link

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

Thank you in advance.

@itsManjeet
Copy link
Owner

itsManjeet commented Feb 22, 2024

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 #166

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants