mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-10 07:04:13 +02:00
If the comments on the bug report are any indication then this is a popular requested feature. Adding it is relatively simple. Note that this does not actually change the .config, enabling any of these new options should be done via savedconfig or /etc/kernel/config.d. Closes: https://bugs.gentoo.org/706294 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/38350 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
25 lines
837 B
XML
25 lines
837 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>dist-kernel@gentoo.org</email>
|
|
<name>Distribution Kernel Project</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="experimental">
|
|
Apply experimental patches; for more information, see "https://wiki.gentoo.org/wiki/Project:Kernel/Experimental".
|
|
</flag>
|
|
<flag name="generic-uki">
|
|
Build and install a generic initramfs and Unified Kernel Image,
|
|
this is intended for building binpkgs with a pre-generated UKI
|
|
included (EXPERIMENTAL).
|
|
</flag>
|
|
<flag name="hardened">
|
|
Use selection of hardening options recommended by Kernel Self
|
|
Protection Project
|
|
</flag>
|
|
<flag name="initramfs">
|
|
Build initramfs along with the kernel.
|
|
</flag>
|
|
</use>
|
|
</pkgmetadata>
|