diff options
Diffstat (limited to 'opt/limine/limine.conf.in')
| -rw-r--r-- | opt/limine/limine.conf.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/opt/limine/limine.conf.in b/opt/limine/limine.conf.in new file mode 100644 index 0000000..5ad4a1e --- /dev/null +++ b/opt/limine/limine.conf.in @@ -0,0 +1,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@ |
