mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-23 15:31:05 +02: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.