mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-13 16:31:30 +02:00
The profile Flatcar is on had SYMLINK_LIB set for amd64 which set up (/usr)/lib as symlink to (/usr)/lib64. This is not the case for arm64 nor common in other recent distributions and causes systemd-sysext loading to fail. Disable SYMLINK_LIB for the amd64 board for now, leaving the SDK as is but we could also set it for the SDK, too. A future profile update will also bring this change.