blob: 5ad4a1e37fedae865d36fe67016c70b462b7d7d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# /etc/limine.conf.in — hand-written half of the boot menu.
# limine-sync splices generated kernel entries in at @KERNELS@ and
# writes the result to /boot/efi/limine.conf. Edit this file, never
# that one.
#
# Do not set default_entry: it is a 1-based index, so it shifts every
# time a kernel is added or removed. limine-sync refuses the file if
# it finds one.
timeout: 5
remember_last_entry: yes
@KERNELS@
|