Skip to content

Commit

Permalink
projects: lkft: fastboot: update default DOCKER_ROOTFS_FILE
Browse files Browse the repository at this point in the history
Update the default DOCKER_ROOTFS_FILE to 'rootfs.img' from
'rpb-console-image-lkft.rootfs.img'.

Signed-off-by: Anders Roxell <[email protected]>
  • Loading branch information
roxell committed Jul 19, 2023
1 parent 01f3887 commit 9408bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lava_test_plans/projects/lkft/fastboot.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{% set DOCKER_IMAGE_POSTPROCESS = DOCKER_IMAGE_POSTPROCESS|default("linaro/kir:master") %}
{% set DOCKER_PTABLE_FILE = DOCKER_PTABLE_FILE|default("ptable-linux-8g.img") %}
{% set DOCKER_BOOT_FILE = DOCKER_BOOT_FILE|default("boot.img") %}
{% set DOCKER_ROOTFS_FILE = DOCKER_ROOTFS_FILE|default("rpb-console-image-lkft.rootfs.img") %}
{% set DOCKER_ROOTFS_FILE = DOCKER_ROOTFS_FILE|default("rootfs.img") %}

{% block deploy_target %}
{{ super() }}
Expand Down

0 comments on commit 9408bff

Please sign in to comment.