Merge pull request #65231 from buckley310/grub-password

grub: add support for passwords
This commit is contained in:
Michele Guerini Rocco
2020-07-01 09:04:30 +02:00
committed by GitHub
6 changed files with 200 additions and 3 deletions
@@ -360,6 +360,18 @@ start_all()
</note>
</listitem>
</varlistentry>
<varlistentry>
<term>
<methodname>wait_for_console_text</methodname>
</term>
<listitem>
<para>
Wait until the supplied regular expressions match a line of the serial
console output. This method is useful when OCR is not possibile or
accurate enough.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<methodname>wait_for_window</methodname>