1 Commits

Author SHA1 Message Date
Utku Ozdemir
b38d89b3be
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>
(cherry picked from commit 1f237905fb24418652ad3a39b4c1a37bb3c86c26)
2026-02-18 13:54:44 +01:00