mirror of
https://linux.maple.camp/git/ahill/maplelinux-bootstrap.git
synced 2026-02-11 18:13:36 +00:00
Started integrating Limine with mapleconf
This commit is contained in:
12
sources/limine/limine.conf
Normal file
12
sources/limine/limine.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
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():/
|
||||
Reference in New Issue
Block a user