-
Notifications
You must be signed in to change notification settings - Fork 98
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
🌱 Proper support for openRC in the oem layouts #511
Comments
This needs to be updated to reflect the new state of the project. Layout files have been extracted to packages: https://github.com/kairos-io/packages/tree/main/packages/static/kairos-overlay-files/files And the go code in the kairos repo was extracted to the kairos-sdk repo: https://github.com/kairos-io/kairos-sdk/blob/8f54324703c2a88484cba31c22b8bd6b1cc26e8e/utils/utils.go#L122-L125 |
If we have this, can we have only one framework image for all flavors? Let's discuss this in the planning meeting. |
Checked and we already do this, we moved all configs to outside the kairos repo into a package and that package doesnt discriminate between flavors, is now a commo package installed during framework generation. We are missing moving bootargs.cfg and config.txt for rpi into the generic package thougth. |
This will be completed along with: #1465 |
done! |
This is part of #116.
Currently we have separated system oem files for alpine: https://github.com/kairos-io/kairos/tree/master/overlay/files-alpine/system/oem .
While this works - it is harder to maintain in the context of #116, which would then require a separate workflow for alpine/openrc based systems.
This card is about:
kairos/pkg/utils/system.go
Line 53 in bca5b43
The text was updated successfully, but these errors were encountered: