Skip to content

Commit

Permalink
example: fix grub2 fragment after images#943 and images#937
Browse files Browse the repository at this point in the history
This commit fixes the grub2 fragments that require changing
after:
osbuild/images#943
osbuild/images#937

We now create predictable versions/release for fake kernels and
also include the architecture.
  • Loading branch information
mvo5 authored and supakeen committed Sep 24, 2024
1 parent f9b2f9e commit 33dc35b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/centos/fragment/grub2/aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ options:
uefi:
vendor: centos
unified: true
saved_entry: ffffffffffffffffffffffffffffffff-0-0.noarch
saved_entry: ffffffffffffffffffffffffffffffff-8-2.fk1.aarch64
write_cmdline: false
config:
default: saved
2 changes: 1 addition & 1 deletion example/centos/fragment/grub2/x86_64.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-8-2.fk1.x86_64
write_cmdline: false
config:
default: saved
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ pipelines:
uefi:
vendor: centos
unified: true
saved_entry: ffffffffffffffffffffffffffffffff-0-0.noarch
saved_entry: ffffffffffffffffffffffffffffffff-8-2.fk1.x86_64
write_cmdline: false
config:
default: saved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ pipelines:
uefi:
vendor: centos
unified: true
saved_entry: ffffffffffffffffffffffffffffffff-0-0.noarch
saved_entry: ffffffffffffffffffffffffffffffff-8-2.fk1.x86_64
write_cmdline: false
config:
default: saved
Expand Down

0 comments on commit 33dc35b

Please sign in to comment.