There was an error while loading. Please reload this page.
2 parents 3e02e42 + 0564ccd commit 43fdd70Copy full SHA for 43fdd70
1 file changed
scripts/check-qemu-install
@@ -813,7 +813,7 @@ try:
813
except pexpect.TIMEOUT:
814
log.warning('Did not find GRUB countdown window, ignoring')
815
816
- c.expect('.*Encrypted config volume has not been mounted', timeout=120)
+ c.expect('.*encrypted config volume will not be automatically mounted', timeout=120)
817
818
loginVM(c, log)
819
0 commit comments