Skip to content

Commit

Permalink
example,test: update to use new version/release data from dnfjson4
Browse files Browse the repository at this point in the history
This commit updates the `fragment/grub2.yaml` to use the newly
available `packages.os.const.kernel.{release,version,arch}` so
that this works for real data and not just the `0-0.noarch` mocks.

Also update the reference manifests based on
osbuild/images#937
  • Loading branch information
mvo5 committed Sep 16, 2024
1 parent 715eedf commit 9f01ea0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/centos/fragment/grub2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ options:
uefi:
vendor: centos
unified: true
saved_entry: ffffffffffffffffffffffffffffffff-0-0.noarch
saved_entry: ffffffffffffffffffffffffffffffff-${packages.os.const.kernel.version}-${packages.os.const.kernel.release}.${packages.os.const.kernel.arch}
write_cmdline: false
config:
default: saved
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ pipelines:
uefi:
vendor: centos
unified: true
saved_entry: ffffffffffffffffffffffffffffffff-0-0.noarch
saved_entry: ffffffffffffffffffffffffffffffff-8-r2.noarch
write_cmdline: false
config:
default: saved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ pipelines:
uefi:
vendor: centos
unified: true
saved_entry: ffffffffffffffffffffffffffffffff-0-0.noarch
saved_entry: ffffffffffffffffffffffffffffffff-8-r2.noarch
write_cmdline: false
config:
default: saved
Expand Down

0 comments on commit 9f01ea0

Please sign in to comment.