mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
Revert "nixos/tests/installer: Fix matching LUKS prompt"
This reverts commitec072cbc4c
. See also193ab8be67
This commit is contained in:
parent
457460a86d
commit
f4ea97ae90
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue