1 changed files with 1 additions and 1 deletions
@ -1,6 +1,6 @@ |
|||||
#!/bin/sh -e |
#!/bin/sh -e |
||||
if [ "$1" = "prereqs" ]; then exit 0; fi |
if [ "$1" = "prereqs" ]; then exit 0; fi |
||||
. /usr/share/initramfs-tools/hook-functions |
. /usr/share/initramfs-tools/hook-functions |
||||
copy_exec /usr//bin/tpm2_unseal |
copy_exec /usr/bin/tpm2_unseal |
||||
copy_exec /usr/lib/x86_64-linux-gnu/libtss2-tcti-device.so.0 |
copy_exec /usr/lib/x86_64-linux-gnu/libtss2-tcti-device.so.0 |
||||
copy_exec /usr/sbin/passphrase-from-tpm.sh |
copy_exec /usr/sbin/passphrase-from-tpm.sh |
||||
|
|||||
Loading…
Reference in new issue