mirror of
https://github.com/linuxboot/heads.git
synced 2025-04-13 22:23:08 +00:00
initrd: remove unused keylime-init
Besides the fact that keylime-init uses a local network location for downloading something, it is unused. Remove dead code. Was is this anyways?
This commit is contained in:
parent
eb31354085
commit
7bc90cd8a2
@ -1,17 +0,0 @@
|
||||
#!/bin/sh
|
||||
# Bring up the x230's NIC, get a DHCP address and invoke keylime
|
||||
|
||||
insmod /lib/modules/e1000e.ko
|
||||
udhcpc -n
|
||||
|
||||
cd /
|
||||
wget-measure.sh 6 http://192.168.1.5/keylime.tar.gz
|
||||
tar xf keylime.tar.gz
|
||||
|
||||
if [ ! -x /keylime-node ]; then
|
||||
echo '!!!! Keylime overlay not found?'
|
||||
tpm extend -ix 4 -ic "recovery"
|
||||
exec /bin/ash
|
||||
fi
|
||||
|
||||
exec /keylime-node
|
Loading…
x
Reference in New Issue
Block a user