eworm-de / mkinitcpio-ykfde

Full disk encryption with Yubikey (Yubico key)
GNU General Public License v3.0
109 stars 26 forks source link

Update module-setup.sh #32

Closed guidugli closed 3 years ago

guidugli commented 3 years ago

Added missing libraries required during boot by /usr/lib/ykfde/worker: 0x0000000000000001 (NEEDED) Shared library: [libiniparser.so.1] 0x0000000000000001 (NEEDED) Shared library: [libkeyutils.so.1] 0x0000000000000001 (NEEDED) Shared library: [libykpers-1.so.1] 0x0000000000000001 (NEEDED) Shared library: [libyubikey.so.0]

Without these libraries, solution will not work on Fedora 33.

eworm-de commented 3 years ago

Does this work if you replace the versioning with a wildcard? For example:

inst_libdir_file libiniparser.so*
eworm-de commented 3 years ago

Should be fixed with 9d6d51c507802d388beaa7b7082b8f3671ad58b2.