mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-04 21:03:22 +00:00
Many places where checking for -ge 4 and some minor version. This will fail for 5.x kernels if their minor version is less. Fix it. While at it, also restructure/simplify the code, make it easier to run against arbitrary kernel configs, and tidy up some whitespaces. Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>