Revert "nixos/tests/installer: Fix matching LUKS prompt"

This reverts commit ec072cbc4c87edd4ece210121dba83abeff0a018.

See also 193ab8be67ef941321e6b079db7e73b1d04cf9a8
This commit is contained in:
Nikolay Amiantov 2016-07-17 22:44:54 +03:00
parent 457460a86d
commit f4ea97ae90

View File

@ -365,7 +365,7 @@ in {
enableOCR = true; enableOCR = true;
preBootCommands = '' preBootCommands = ''
$machine->start; $machine->start;
$machine->waitForText(qr/Enter LUKS Passphrase/i); $machine->waitForText(qr/Enter passphrase/);
$machine->sendChars("supersecret\n"); $machine->sendChars("supersecret\n");
''; '';
}; };