diff options
author | 2024-05-08 08:05:07 +0200 | |
---|---|---|
committer | 2024-05-17 14:06:42 +0200 | |
commit | bb9031b0b23b5c5859593fd74a8c7a122270133c (patch) | |
tree | dd55b1f7b0ac9360a7b5080ce30896438e33abc1 /profiles | |
parent | linux-mod-r1.eclass: add USE=initramfs (diff) | |
download | gentoo-bb9031b0b23b5c5859593fd74a8c7a122270133c.tar.gz gentoo-bb9031b0b23b5c5859593fd74a8c7a122270133c.tar.bz2 gentoo-bb9031b0b23b5c5859593fd74a8c7a122270133c.zip |
profiles/use.desc: add new global flag "initramfs"
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/use.desc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/use.desc b/profiles/use.desc index d00e21ff01e2..0b96f6add385 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -142,6 +142,7 @@ imagemagick - Enable optional support for the ImageMagick or GraphicsMagick imag imap - Add support for IMAP (Internet Mail Application Protocol) imlib - Add support for imlib, an image loading and rendering library infiniband - Enable Infiniband RDMA transport support +initramfs - Include kernel modules in the initramfs, and re-install the kernel (only effective for distribution kernels) inotify - Enable inotify filesystem monitoring support introspection - Add support for GObject based introspection iodbc - Add support for iODBC library |