mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-10 21:21:37 +01:00
Our local patches get applied together with the upstream patch-$maj.$min.$pl.patch ordered lexicographically. By starting with 0's we're applying the local patches first, which breaks when their contents touch the same files. A simple way to fix this is to prefix our patches with a "z", so they're applied after the upstream patch.