1
0
mirror of https://github.com/coreos/fedora-coreos-config.git synced 2026-02-05 09:45:30 +01:00

tree: import changes from testing-devel at eef01945af

This commit is contained in:
CoreOS Bot
2025-08-27 14:28:56 +00:00
parent f89cdcd46f
commit ac694ae29f

View File

@@ -22,10 +22,10 @@ case "$(arch)" in
aarch64|x86_64)
# on these arches, we always expect state files to exist
check_state_file=1
# aarch64 (and x86_64) uses uefi firmware, should check grub2-efi
# aarch64 (and x86_64) uses uefi firmware, should check grub2
evr=$(rpm -q grub2-common --qf '%{EVR}')
if ! bootupctl status | grep "grub2-efi-.*-${evr}"; then
fatal "bootupctl status output should include grub2-efi package version"
if ! bootupctl status | grep "${evr}"; then
fatal "bootupctl status output should include grub2 package version"
fi
;;
ppc64le)