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

Use zypper to download/install kernel rpms instead of doing it manually #21

Open
marcosps opened this issue Sep 13, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@marcosps
Copy link
Collaborator

klp-build downloads packages using osc-tiny, then it extracts the rpms into specific directories. zypper can do exactly that, with only one tool: we can specify the repositories that we want to download the packages and the directory we want it to be installed, and that's it.

I'm not sure if there are other caveats or problems to switch to zypper, but we should try switching to it.

@marcosps marcosps added the enhancement New feature or request label Sep 13, 2024
@marcosps
Copy link
Collaborator Author

Maybe installing the rpm package using zypper can be tricky, but only downloading the packages can be done (IHMO), we just need to figure it out how to pass a repo for it to check.

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

No branches or pull requests

1 participant