diff options
author | Christopher Davis <brainblasted@disroot.org> | 2018-07-10 21:27:21 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-07-16 16:28:53 -0400 |
commit | a118209987c97f5f1675df9a565188980c7c2dfb (patch) | |
tree | 6ee8d99af500cf1cf779d10c56c1cbcef6255b7e /pcr/plymouth/plymouth.encrypt_install | |
parent | 41111562407b4951c47f6fb2f926dedf13f302ab (diff) | |
download | abslibre-a118209987c97f5f1675df9a565188980c7c2dfb.tar.gz abslibre-a118209987c97f5f1675df9a565188980c7c2dfb.tar.bz2 abslibre-a118209987c97f5f1675df9a565188980c7c2dfb.zip |
pcr/plymouth{,-nosystemd}: Merge, fixup
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 } |