Files

13 lines
413 B
Plaintext
Raw Permalink Normal View History

timeout: 3
{% comment %}
NOTE: liquid-lua doesn't support the `where` filter, so I had to improvise and
use a for loop with a conditional statement. Ugly, but functional. ~ahill
{% endcomment %}
/Maple Linux
protocol: Linux
kernel_path: boot():/vmlinuz
kernel_cmdline: root=UUID={%for p in partition%}{%if p.location == "/"%}{{p.uuid}}{%endif%}{%endfor%} rw
2026-02-08 07:41:44 -05:00
module_path: boot():/initramfs