mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 10:30:17 +00:00
18 lines
364 B
TOML
18 lines
364 B
TOML
version = 1
|
|
|
|
[options]
|
|
default-entry = "kernel"
|
|
menu-timeout = 0
|
|
|
|
[extractors.boot.filesystem-device-match]
|
|
has-item = "\\vmlinuz"
|
|
|
|
[actions.chainload-kernel]
|
|
chainload.path = "$boot\\vmlinuz"
|
|
chainload.options = ["console=hvc0", "overlaytmpfs=yes"]
|
|
chainload.linux-initrd = "$boot\\initramfs"
|
|
|
|
[entries.kernel]
|
|
title = "Boot Linux"
|
|
actions = ["chainload-kernel"]
|