Skip to content
Snippets Groups Projects
Commit 461c49f5 authored by Frederic Danis's avatar Frederic Danis
Browse files

Fix root prompt detection


With latest 5.4 kernel there's a message with a '# ' in it
(pci 0000:00:00.0: PME# supported from D0 D1 D3hot D3cold) which is
detected by Lava as a prompt and triggers send of the username before login
prompt appeared.
Adding a space in front of # fixes it.

Signed-off-by: default avatarFrédéric Danis <frederic.danis@collabora.com>
parent 6c24ddc6
No related branches found
No related tags found
1 merge request!152Fix root prompt detection
......@@ -19,6 +19,6 @@
prompts:
- 'user@apertis:'
- '\$ '
- '# '
- ' # '
......@@ -120,7 +120,7 @@ actions:
prompts:
- 'user@apertis:'
- '\$ '
- '# '
- ' # '
- test:
timeout:
......
......@@ -121,7 +121,7 @@ actions:
prompts:
- 'user@apertis:'
- '\$ '
- '# '
- ' # '
- test:
timeout:
......
......@@ -68,7 +68,7 @@ actions:
prompts:
- 'user@apertis:'
- '\$ '
- '# '
- ' # '
- test:
timeout:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment