Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{# device-dict config for e850-96 (fastboot) #}
{% extends 'base-fastboot.jinja2' %}

{% set fastboot_sequence = ['no-flash-boot'] %}
{% set flash_cmds_order = flash_cmds_order|default(['super']) %}

{% set boot_method = 'fastboot' %}

Expand Down
2 changes: 2 additions & 0 deletions tuxlava/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
"fastboot_auto_detection",
"fastboot_options",
"fastboot_serial_number",
"fastboot_sequence",
"flash_cmds_order",
"grub_needs_interrupt",
"hard_reset_command",
"interrupt_char",
Expand Down
Loading