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
Currently the kernel pkgname is a mix of hardcoded and tweakable, e.g. from the centos-9-x86_64-qcow2.yaml:
otk.version: "1" otk.define: ... os: otk.external.osbuild-gen-depsolve-dnf4: architecture: x86_64 module_platform_id: c9s releasever: "9" repositories: otk.include: "common/repositories/x86_64.yaml" packages: include: ... - kernel kernel: ... package: otk.external.osbuild-get-dnf4-package-info: packageset: ${packages.os} packagename: "kernel" ... - type: org.osbuild.sysconfig options: kernel: .... default_kernel: kernel
adding this so that we make sure to update this to full customizable
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the kernel pkgname is a mix of hardcoded and tweakable, e.g. from the centos-9-x86_64-qcow2.yaml:
adding this so that we make sure to update this to full customizable
The text was updated successfully, but these errors were encountered: