diff options
author | Kevin Hilman <khilman@baylibre.com> | 2017-10-05 10:38:32 -0700 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-10-05 10:38:35 -0700 |
commit | d32e1ebcafc22434624ec6ae68bd404bb088a513 (patch) | |
tree | 71a966774d65de0c42d6d2194e8597f9533881ba /templates | |
parent | 0f48c05ff3a78ccfaf0d3d711f28e93a0c04e938 (diff) |
templates/boot: include basic root prompt
When testing with basic ramdisk support, we need to be able to detect
a simple root prompt.
Change-Id: I73302e2b7bed1d6e499fbdf3918ad3ed8dfdd03a
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/boot/agl-prompt.jinja | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/boot/agl-prompt.jinja b/templates/boot/agl-prompt.jinja index 9d8cd50..731434b 100644 --- a/templates/boot/agl-prompt.jinja +++ b/templates/boot/agl-prompt.jinja @@ -1,5 +1,8 @@ - prompts: ["root@{{ yocto_machine }}:~"] + prompts: + - "root@{{ yocto_machine }}:~" + - '/ #' + auto_login: login_prompt: "login:" username: root |