summaryrefslogtreecommitdiff
path: root/pcr/plymouth/plymouth.encrypt_install
diff options
context:
space:
mode:
authorChristopher Davis <brainblasted@disroot.org>2018-07-10 21:27:21 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-07-16 16:28:53 -0400
commita118209987c97f5f1675df9a565188980c7c2dfb (patch)
tree6ee8d99af500cf1cf779d10c56c1cbcef6255b7e /pcr/plymouth/plymouth.encrypt_install
parent41111562407b4951c47f6fb2f926dedf13f302ab (diff)
downloadabslibre-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_install3
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
}