From a554869454e9a502d228a76034fc876ca3ce1631 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Mon, 4 Dec 2017 13:50:46 +0100 Subject: Relax the prompts by dropping the username MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- templates/boot/agl-prompt.jinja | 1 + 1 file changed, 1 insertion(+) (limited to 'templates/boot/agl-prompt.jinja') 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: -- cgit 1.2.3-korg