mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
tpm: T4919: Fix check for /dev/tpm0
This commit is contained in:
parent
be867edddc
commit
e35345a446
@ -569,7 +569,7 @@ try:
|
||||
tpm_timeout = 600 # Give it 10 mins to encrypt
|
||||
|
||||
# Verify TPM is loaded
|
||||
c.sendline('ls /dev/tpm0')
|
||||
c.sendline('find /dev -name tpm0')
|
||||
c.expect('/dev/tpm0')
|
||||
c.expect(op_mode_prompt)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user