Revert "nixos/tests/installer: Fix matching LUKS prompt"
This reverts commitec072cbc4c. See also193ab8be67
This commit is contained in:
@@ -365,7 +365,7 @@ in {
|
||||
enableOCR = true;
|
||||
preBootCommands = ''
|
||||
$machine->start;
|
||||
$machine->waitForText(qr/Enter LUKS Passphrase/i);
|
||||
$machine->waitForText(qr/Enter passphrase/);
|
||||
$machine->sendChars("supersecret\n");
|
||||
'';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user