gentoo/dev-util/bootconfig/metadata.xml
Yixun Lan 467d36e54c
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>
2022-06-17 20:20:07 +08:00

14 lines
496 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>dlan@gentoo.org</email>
<name>Yixun Lan</name>
</maintainer>
<longdescription>
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.
</longdescription>
</pkgmetadata>