-
Notifications
You must be signed in to change notification settings - Fork 32
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
Improvements #232
Comments
Hi @gjrtimmer perhaps i can help setting up an Community Edition sd card build here on github? i think this feature is long time due.. |
THat would be a great addition, next to the official builds, so we are taking a |
Regarding the CE edition, I also mentioned this just now in PR #160 if we add only the package manager and allow the install of package on the SDCard as the install location then users have enough storage. This way we do not have to include Python at all. PR #160 should be placed |
After some additional thinking I think that a community edition would be a great asset, however on priority it would be great to do have automated firmware testing first to accelerate the development. I will also go through all the issues, comment them and see if some can be closed and try to determine the work required for it. Furthermore I think it would be great to create some |
This issue is to track several improvements.
The improvements are to rename the current SDCard image to
*-sdc.img
, indicating that the image can be installed from the SDCard.This PR will depend on #230 for easy development.
Add a new SDCard image named
*-sdcx.img
, indicating an image that canrun
off the SDCard.Add a package manager, and doing so also allows for installing Python3 for those who need Python3 for Ansible or other purposes.
I intend to create a PR soon with the first changes to the bmc-firmware build process.
The text was updated successfully, but these errors were encountered: