1 Commits

Author SHA1 Message Date
Utku Ozdemir
1f237905fb
fix: compare current and new kernel args more defensively
To avoid unwanted upgrades, compare the kernel args more conservatively, with partially ignoring order:

- protected args need to be equal, ignoring order completely
- non-protected args need to be equal, respecting the order
- protected and non-protected args can appear in any order relative to each other, they can also be interleaved/scattered.

Signed-off-by: Utku Ozdemir <utku.ozdemir@siderolabs.com>
2026-02-18 13:17:20 +01:00