blob: 4777adfca7b3e6de10b2590db0fd70d01c5b4586 [file] [log] [blame]
{%- from "linux/map.jinja" import system with context -%}
{%- for section, options in settings.items() %}
[{{ section[0].upper() + section[1:] }}]
{%- for option, value in options.items() %}
{{ option[0].upper() + option[1:] }}={{ value }}
{%- endfor %}
{%- endfor %}