We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should have an option like: DS_PACKAGELIST_APPEND="package1 package2"
DS_PACKAGELIST_APPEND="package1 package2"
These would go into the packagelist for multistrap. The final package list should be sorted/uniq so it doesn't unintentionally affect caching.
The text was updated successfully, but these errors were encountered:
Wasn't this addressed by commit 46e5900?
46e5900#diff-936d258ea8310e8cff80b6eb2593abf022e203fdb825d1b6d67801e2650c6ebeR3
It included the ability to read CONFIG_DS_DISTRO_PACKAGELIST_APPEND from defconfigs and use it as you state above.
CONFIG_DS_DISTRO_PACKAGELIST_APPEND
Sorry, something went wrong.
No branches or pull requests
We should have an option like:
DS_PACKAGELIST_APPEND="package1 package2"
These would go into the packagelist for multistrap. The final package list should be sorted/uniq so it doesn't unintentionally affect caching.
The text was updated successfully, but these errors were encountered: