Files
maplelinux-bootstrap/sources/limine/limine.conf
2026-02-08 07:41:44 -05:00

13 lines
413 B
Plaintext

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
module_path: boot():/initramfs