Summary
The boot configuration expands the current kernel command line to support additional key-value data when booting the kernel in an efficient way. This allows administrators to pass a structured-Key config file.
Versions
v6.9 :: 0 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- ~amd64 ~riscv
- USE flags
- examples
v6.6 :: 0 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- ~amd64 ~riscv
- USE flags
- examples
USE flags
General
- examples
- Install examples, usually source code
Dependencies
sys-kernel / linux-headers : Linux system headers
Bugs
- 892740
- dev-util/bootconfig-5.18 fails to compile (LIBARCHIVE-SYSTEM): tar: Option --wildcards is not supported
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-util/bootconfig: fix filterdiff use
See 691f5d53899938ee921c032ee027e90c1f4a28e6. Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Yixun Lan · gentoo
dev-util/bootconfig: add version 6.6, 6.9
Signed-off-by: Yixun Lan <dlan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Yixun Lan · gentoo
dev-util/bootconfig: fix QA issue, respect CFLAGS
Closes: https://bugs.gentoo.org/852773 Signed-off-by: Yixun Lan <dlan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Yixun Lan · gentoo
dev-util/bootconfig: new package, add 5.18
bootconfig tool support add key-value data to kernel command line https://docs.kernel.org/admin-guide/bootconfig.html Signed-off-by: Yixun Lan <dlan@gentoo.org>