diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-11-10 15:17:58 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-11-10 15:17:58 +0200 |
commit | 24da5ef26fe7f276c17d870b658ff3c8c5772667 (patch) | |
tree | 4aca0faaf00b5307bb249df65fa1b142ca5d6dde /eclass/sabayon-artwork.eclass | |
parent | 31277ef1b1b253ee8b48c7604cf611d950986d48 (diff) |
Upgraded to the upstream eclasses
Diffstat (limited to 'eclass/sabayon-artwork.eclass')
-rw-r--r-- | eclass/sabayon-artwork.eclass | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/eclass/sabayon-artwork.eclass b/eclass/sabayon-artwork.eclass index 59d11cca..f0aac62d 100644 --- a/eclass/sabayon-artwork.eclass +++ b/eclass/sabayon-artwork.eclass @@ -15,6 +15,11 @@ KERN_INITRAMFS_SEARCH_NAME="${KERN_INITRAMFS_SEARCH_NAME:-initramfs-genkernel*}" # Default splash theme name to use GFX_SPLASH_NAME="${GFX_SPLASH_NAME:-sabayon}" +# @ECLASS-VARIABLE: PLYMOUTH_THEME +# @DESCRIPTION: +# Default plymouth theme name to use +PLYMOUTH_THEME="${PLYMOUTH_THEME:-sabayon}" + # @FUNCTION: update_kernel_initramfs_splash # @USAGE: update_kernel_initramfs_splash [splash_theme] [splash_file] # @RETURN: 1, if something went wrong |