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

Kernel name is currently hardcoded in otk files #239

Open
mvo5 opened this issue Sep 30, 2024 · 0 comments
Open

Kernel name is currently hardcoded in otk files #239

mvo5 opened this issue Sep 30, 2024 · 0 comments

Comments

@mvo5
Copy link
Contributor

mvo5 commented Sep 30, 2024

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

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

No branches or pull requests

1 participant