You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
234 B
6 lines
234 B
#!/bin/sh -e
|
|
if [ "$1" = "prereqs" ]; then exit 0; fi
|
|
. /usr/share/initramfs-tools/hook-functions
|
|
copy_exec /usr//bin/tpm2_unseal
|
|
copy_exec /usr/lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
|
|
copy_exec /usr/sbin/passphrase-from-tpm.sh
|
|
|