aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlyingWaffle <flyingwaffle@pm.me>2022-05-19 18:43:24 -0500
committerSam James <sam@gentoo.org>2023-08-30 06:47:41 +0100
commit732bd70737b784aa5e6b15430b7cf9f4e28948a1 (patch)
tree31b8a48a2efe9a34d2e20584bc66f86ea95655f4 /genkernel.conf
parentFix build->built (diff)
downloadgenkernel-732bd70737b784aa5e6b15430b7cf9f4e28948a1.tar.gz
genkernel-732bd70737b784aa5e6b15430b7cf9f4e28948a1.tar.bz2
genkernel-732bd70737b784aa5e6b15430b7cf9f4e28948a1.zip
Plymouth support for genkernel (squashed).
Bug: https://bugs.gentoo.org/753617 Signed-off-by: FlyingWaffle <flyingwaffle@pm.me> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'genkernel.conf')
-rw-r--r--genkernel.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/genkernel.conf b/genkernel.conf
index 75c6d39f..dae0b421 100644
--- a/genkernel.conf
+++ b/genkernel.conf
@@ -174,6 +174,13 @@ NOCOLOR="false"
# This supersedes the "SPLASH_THEME" option in '/etc/conf.d/splash'.
#SPLASH_THEME="gentoo"
+# Includes or excludes Plymouth from the initramfs. If "splash" is
+# passed at boot, Plymouth will be activated.
+#PLYMOUTH="no"
+
+# Embeds the given plymouth theme in the initramfs.
+#PLYMOUTH_THEME="text"
+
# Run "emerge @module-rebuild" automatically when possible and necessary
# after kernel and modules have been compiled
#MODULEREBUILD="yes"