diff options
author | bionel <ionel.busuioc@gmail.com> | 2014-12-08 18:20:39 +0200 |
---|---|---|
committer | bionel <ionel.busuioc@gmail.com> | 2014-12-08 18:20:39 +0200 |
commit | acea222eb1b815f6fc97bbe061962f30e0fa4061 (patch) | |
tree | c09af9fe16516f19a6f31d6a6be09056464f85fc | |
parent | 84ace4836b425508fc27fb0a1eaeefff073cf9a7 (diff) |
Fixing kogaion-artwork.eclass
modified: eclass/kogaion-artwork.eclass
-rw-r--r-- | eclass/kogaion-artwork.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kogaion-artwork.eclass b/eclass/kogaion-artwork.eclass index f20a2fd0..97c4dcc9 100644 --- a/eclass/kogaion-artwork.eclass +++ b/eclass/kogaion-artwork.eclass @@ -13,12 +13,12 @@ KERN_INITRAMFS_SEARCH_NAME="${KERN_INITRAMFS_SEARCH_NAME:-initramfs-genkernel*}" # @ECLASS-VARIABLE: GFX_SPLASH_NAME # @DESCRIPTION: # Default splash theme name to use -GFX_SPLASH_NAME="${GFX_SPLASH_NAME:-rogentos}" +GFX_SPLASH_NAME="${GFX_SPLASH_NAME:-kogaion}" #we leave this for the moment, even not used # @ECLASS-VARIABLE: PLYMOUTH_THEME # @DESCRIPTION: # Default plymouth theme name to use -PLYMOUTH_THEME="${PLYMOUTH_THEME:-rogentos}" +PLYMOUTH_THEME="${PLYMOUTH_THEME:-kogaion}" # @FUNCTION: update_kernel_initramfs_splash # @USAGE: update_kernel_initramfs_splash [splash_theme] [splash_file] |