summaryrefslogtreecommitdiffstats
path: root/initramfs
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-10-20 18:39:52 +0200
committerDirk von Suchodoletz2007-10-20 18:39:52 +0200
commit06130ca8e27d6e72654122d95cbaf035d00bd3c5 (patch)
tree69b0d945b0617d9c77a36b30ed57c61e985fcc38 /initramfs
parenttpm stuff subdirectory ... (diff)
downloadcore-06130ca8e27d6e72654122d95cbaf035d00bd3c5.tar.gz
core-06130ca8e27d6e72654122d95cbaf035d00bd3c5.tar.xz
core-06130ca8e27d6e72654122d95cbaf035d00bd3c5.zip
adjusted path for fetching tpm-keys via tftp
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1393 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs')
-rwxr-xr-xinitramfs/tpm/bin/fetch-sshkeys.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs/tpm/bin/fetch-sshkeys.sh b/initramfs/tpm/bin/fetch-sshkeys.sh
index 1597d410..c385fd47 100755
--- a/initramfs/tpm/bin/fetch-sshkeys.sh
+++ b/initramfs/tpm/bin/fetch-sshkeys.sh
@@ -18,7 +18,7 @@ mkdir -p "$KEYTRG"
PRIVKEY="id_rsa.tpm-${MAC_ETH0}.sealed"
echo -n "trying to fetch private key (via tftp):"
-tftp -r tpm/$PRIVKEY -l $KEYTRG/id_rsa -g $RHOST
+tftp -r client-config/tpm/$PRIVKEY -l $KEYTRG/id_rsa -g $RHOST
if [ "$?" -gt 0 ] ; then
echo " FAILED!"
echo "ERROR: can't find private key for this MAC-address: $MAC_ETH0."