]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-boot: allow setting the `timeout` via SMBIOS 11
authorMichael Vogt <michael.vogt@gmail.com>
Wed, 14 Jan 2026 12:09:10 +0000 (13:09 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 16 Jan 2026 09:26:48 +0000 (10:26 +0100)
commit3f958812fd996f4c2661dfb07c526714b403ff3b
treed84c54887173bf9f902272e309022bbe617060d5
parent51190631968f2a69acf5da3e3412b003805538f2
sd-boot: allow setting the `timeout` via SMBIOS 11

Allow configuring the menu timeout used by sd-boot by setting
`io.systemd.boot.timeout=<value>` as SMBIOS type 11 string.

This takes precedence over the setting from the config file
and the EFI var.

Useful for e.g. integration tests that want to control that
a generic image boots faster.
man/smbios-type-11.xml
src/boot/boot.c