Skip to content

Commit 538dbef

Browse files
committed
projects: qcom-deb-images: fix auto login sequence
Add missing prompts to fix auto_login sequence in generated lava job. Signed-off-by: Milosz Wasilewski <milosz.wasilewski@oss.qualcomm.com>
1 parent 7e6e142 commit 538dbef

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lava_test_plans/projects/qcom-deb-images/flasher.jinja2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
{# BUILD_DOWNLOAD_URL should end with a "/" #}
1111
{% set rootfs_url = BUILD_DOWNLOAD_URL + image_file_name %}
1212

13+
{# add password change prompts #}
14+
{% set BOOT_OS_PROMPT = ["debian@debian", "root@debian", "Current password", "New password", "Retype new password"] %}
15+
1316
{% block deploy_target %}
1417
{{ super() }}
1518
{% endblock deploy_target %}

0 commit comments

Comments
 (0)