blob: 720fb63a44edc2c7b6da58567352efe01ddc0b06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Timeout in seconds that Limine will use before automatically booting.
timeout: 2
term_foreground: EEEEEEEE
# term_background: 000011
wallpaper: boot():/boot/image.png
# The entry name that will be displayed in the boot menu.
/Orange
# We use the Limine boot protocol.
protocol: limine
# Path to the kernel to boot. boot():/ represents the partition on which limine.conf is located.
path: boot():/boot/kernel
|