summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorbionel <ionel.busuioc@gmail.com>2014-12-08 18:30:18 +0200
committerbionel <ionel.busuioc@gmail.com>2014-12-08 18:30:18 +0200
commit58253806a8a3558bf830f7d95b2afee8f78cd0a2 (patch)
tree67d4c2a28e39bc8590f6650aebb9811da2b1f41a /eclass
parentacea222eb1b815f6fc97bbe061962f30e0fa4061 (diff)
Fixing kogaion-kernel eclass
modified: eclass/kogaion-kernel.eclass
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kogaion-kernel.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/kogaion-kernel.eclass b/eclass/kogaion-kernel.eclass
index 9d9787ea..2b25e002 100644
--- a/eclass/kogaion-kernel.eclass
+++ b/eclass/kogaion-kernel.eclass
@@ -364,7 +364,7 @@ else
arm? ( dev-embedded/u-boot-tools )
amd64? ( sys-apps/v86d )
x86? ( sys-apps/v86d )
- splash? ( x11-themes/rogentos-artwork-core )
+ splash? ( x11-themes/kogaion-artwork-core )
lvm? ( sys-fs/lvm2 sys-block/thin-provisioning-tools )
plymouth? (
|| ( >=sys-kernel/genkernel-next-5 >=sys-kernel/genkernel-5 )
@@ -517,8 +517,8 @@ _kernel_src_compile() {
cd "${S}" || die
local GKARGS=()
GKARGS+=( "--no-save-config" "--e2fsprogs" "--udev" )
- use splash && GKARGS+=( "--splash=rogentos" )
- use plymouth && GKARGS+=( "--plymouth" "--plymouth-theme=rogentos" )
+ # use splash && GKARGS+=( "--splash=kogaion" ) #NO MORE fbsplash!!!
+ use plymouth && GKARGS+=( "--plymouth" "--plymouth-theme=${PLYMOUTH_THEME}" ) #reverted to use variable (check the eclass)
use dmraid && GKARGS+=( "--dmraid" )
use iscsi && GKARGS+=( "--iscsi" )
use mdadm && GKARGS+=( "--mdadm" )