diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-11-26 17:10:23 -0600 | 
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-11-26 17:10:23 -0600 | 
| commit | 113f72cc2bdb6d037a97e81237fa6377b2a4f029 (patch) | |
| tree | 3ebf549e9025514279504d25c319ee849dba4894 | |
| parent | 061be9da23ac2eb48769baa9e8581a5ee8ab76f1 (diff) | |
| download | smartcardauth-113f72cc.tar.gz smartcardauth-113f72cc.zip | |
Fix incorrect script being installed in initramfs
| -rwxr-xr-x | usr/share/initramfs-tools/hooks/cryptlukssc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/usr/share/initramfs-tools/hooks/cryptlukssc b/usr/share/initramfs-tools/hooks/cryptlukssc index ea1048d..5cf2d3d 100755 --- a/usr/share/initramfs-tools/hooks/cryptlukssc +++ b/usr/share/initramfs-tools/hooks/cryptlukssc @@ -110,7 +110,7 @@ copy_exec /usr/bin/tr /bin  copy_exec /bin/bash /bin  # Main scripts -copy_exec /usr/bin/smartauth.sh /bin +copy_exec /usr/bin/cryptosmartcard.sh /bin  copy_exec /usr/bin/cardpincheck /bin  # Libraries | 
