Enable runroot only when config.bootable is set
This commit is contained in:
parent
a5e44f3c22
commit
c2cd3ae32b
1 changed files with 2 additions and 0 deletions
|
@ -23,9 +23,11 @@ sigkeys = [None]
|
||||||
hashed_directories = True
|
hashed_directories = True
|
||||||
|
|
||||||
# RUNROOT settings
|
# RUNROOT settings
|
||||||
|
{%- if config.bootable %}
|
||||||
runroot = True
|
runroot = True
|
||||||
runroot_tag = "f26-build"
|
runroot_tag = "f26-build"
|
||||||
runroot_channel = "compose"
|
runroot_channel = "compose"
|
||||||
|
{%- endif %}
|
||||||
|
|
||||||
# PDC settings
|
# PDC settings
|
||||||
pdc_url = '{{ config.pdc_url }}'
|
pdc_url = '{{ config.pdc_url }}'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue