Skip to content

Commit

Permalink
Revert "nixos/tests/installer: Fix matching LUKS prompt"
Browse files Browse the repository at this point in the history
This reverts commit ec072cb.

See also 193ab8b
  • Loading branch information
abbradar committed Jul 17, 2016
1 parent 457460a commit f4ea97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/tests/installer.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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");
'';
};
Expand Down

0 comments on commit f4ea97a

Please sign in to comment.