diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-12-04 13:50:46 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-12-04 13:50:46 +0100 |
commit | a554869454e9a502d228a76034fc876ca3ce1631 (patch) | |
tree | ee39d721f6d174b5099bd9f2f598da26b962f884 /templates | |
parent | 1d686ceffb79898104b8f2bfd76960f82a3e53b5 (diff) |
Relax the prompts by dropping the username
This change relaxes the login match a little bit by removing the username.
This will assist cases where we see not-recognized logins as well as
tests with different usernames (non-root).
Change-Id: Ied0ee9930f7804eb9883649495306e16964a75e6
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/boot/agl-prompt.jinja | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/boot/agl-prompt.jinja b/templates/boot/agl-prompt.jinja index 731434b..8d1204c 100644 --- a/templates/boot/agl-prompt.jinja +++ b/templates/boot/agl-prompt.jinja @@ -1,6 +1,7 @@ prompts: - "root@{{ yocto_machine }}:~" + - "{{ yocto_machine }}:~#" - '/ #' auto_login: |