diff options
author | Stefan Cristian B. <steven.darklight@gmail.com> | 2014-12-08 19:13:04 +0200 |
---|---|---|
committer | Stefan Cristian B. <steven.darklight@gmail.com> | 2014-12-08 19:13:04 +0200 |
commit | 0d96d081faee3b930eae9ed376f0e49e45cc9b14 (patch) | |
tree | 67d4c2a28e39bc8590f6650aebb9811da2b1f41a /eclass/kogaion-artwork.eclass | |
parent | b2eb648002b54470a79121a55e62253111cf8945 (diff) | |
parent | 58253806a8a3558bf830f7d95b2afee8f78cd0a2 (diff) |
Merge pull request #17 from bionel/master
kogaion-artwork-core, finally :P
Diffstat (limited to '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] |