diff options
Diffstat (limited to 'pcr/plymouth/plymouth.encrypt_install')
-rw-r--r-- | pcr/plymouth/plymouth.encrypt_install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pcr/plymouth/plymouth.encrypt_install b/pcr/plymouth/plymouth.encrypt_install index 5258a0b2d..b2d7cbc1a 100644 --- a/pcr/plymouth/plymouth.encrypt_install +++ b/pcr/plymouth/plymouth.encrypt_install @@ -23,6 +23,9 @@ build() { add_file "/usr/share/fonts/TTF/DejaVuSans.ttf" add_file "/etc/fonts/fonts.conf" add_file "/etc/fonts/conf.d/60-latin.conf" + + # cryptsetup calls pthread_create(), which dlopen()s libgcc_s.so.1 + add_binary "/usr/lib/libgcc_s.so.1" add_runscript } |