mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-12 16:01:11 +02:00
While glibc 2.33 has /lib64/ld-2.33.so, glibc 2.34 does not have that, but only /lib64/ld-linux-x86-64.so.2. So we should also check ld-linux-* as well. Pulls in https://github.com/flatcar-linux/update_engine/pull/17.