diff options
| author | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
|---|---|---|
| committer | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
| commit | c82e88dd00d1b0b7fcfb4e5628d99611388cef6f (patch) | |
| tree | 56d864b5a5c6c145edd96178ae219a8f90e191a6 /opt/limine/limine.conf.in | |
| download | ports-c82e88dd00d1b0b7fcfb4e5628d99611388cef6f.tar.gz | |
sync 2026-09-26 18:19 UTC
1672 files changed, 151396 insertions(+)
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@ |
