Closed
Description
Hello,
I'm failing to understand how the greenboot prevents for bootloops and how it decrements the boot_counter
on each failure.
Only place I've found where the variable is decremented is in the static grub config:
Line 13 in 332e5e3
This seems to depend on bootupd, however with the RPM packages in regular Fedora (dist-git) and CentOS repositories the dependency on bootupd and the file greenboot.cfg
grub file cannot be found.
Line 22 in 332e5e3
Line 69 in 332e5e3
The greenboot-grub2-set-counter
script is only called once without a parameter...
How should this work outside of Fedora IoT? Or what am I missing?
Thank you.