Manuel Bessler
Manuel Bessler
> The code looks looks good, although I'd prefer something like "grub-counting" as the name, as "alt" is too generic. Sounds like a better name choice than mine :) I'll...
I'm using the following patch for grub that implements a increment/decrement command: 0253-Reimplement-boot_counter.patch from https://src.fedoraproject.org/rpms/grub2/c/db4a99687c8306760702abda9c01a2e74d19a3f3 Direct link: https://src.fedoraproject.org/rpms/grub2/blob/db4a99687c8306760702abda9c01a2e74d19a3f3/f/0253-Reimplement-boot_counter.patch I also have a patch for rauc that creates a boot loader...
Before I found this patch, I had used some "not very pretty" code to increment/decrement using an if/then/else construct that handled numbers from around 0-10. However should the value be...
@jluebbe no idea, I don't run or follow Fedora/RH, just found the patch useful. It would seem that the increment/decrement would not be a controversial change, but I have not...