We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e6e142 commit 538dbefCopy full SHA for 538dbef
1 file changed
lava_test_plans/projects/qcom-deb-images/flasher.jinja2
@@ -10,6 +10,9 @@
10
{# BUILD_DOWNLOAD_URL should end with a "/" #}
11
{% set rootfs_url = BUILD_DOWNLOAD_URL + image_file_name %}
12
13
+{# add password change prompts #}
14
+{% set BOOT_OS_PROMPT = ["debian@debian", "root@debian", "Current password", "New password", "Retype new password"] %}
15
+
16
{% block deploy_target %}
17
{{ super() }}
18
{% endblock deploy_target %}
0 commit comments