From f296d8e7027619f0d40038ac718ddfd79e29a3ae Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Mar 05 2011 18:44:41 +0000 Subject: Update pre-rendition configuration directory structure for Distribution images. --- diff --git a/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Anaconda/render.conf.sh b/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Anaconda/render.conf.sh new file mode 100755 index 0000000..417c8b1 --- /dev/null +++ b/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Anaconda/render.conf.sh @@ -0,0 +1,37 @@ +#!/bin/bash +# +# identity_loadConfig.sh -- This function defines Anaconda pre-rendition +# configuration script. +# +# Copyright (C) 2009-2011 Alain Reguera Delgado +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +# USA. +# +# ---------------------------------------------------------------------- +# $Id$ +# ---------------------------------------------------------------------- + +function identity_loadConfig { + + # Deifne theme model. + #THEMEMODEL='Default' + + # Define rendition actions. + #ACTIONS[0]='' + + return + +} diff --git a/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Firstboot/render.conf.sh b/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Firstboot/render.conf.sh new file mode 100755 index 0000000..b5fe32a --- /dev/null +++ b/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Firstboot/render.conf.sh @@ -0,0 +1,37 @@ +#!/bin/bash +# +# identity_loadConfig.sh -- This function defines firstboot +# pre-rendition configuration script. +# +# Copyright (C) 2009-2011 Alain Reguera Delgado +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +# USA. +# +# ---------------------------------------------------------------------- +# $Id$ +# ---------------------------------------------------------------------- + +function identity_loadConfig { + + # Deifne theme model. + #THEMEMODEL='Default' + + # Define rendition actions. + #ACTIONS[0]='' + + return + +} diff --git a/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Gdm/render.conf.sh b/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Gdm/render.conf.sh new file mode 100755 index 0000000..6d7d094 --- /dev/null +++ b/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Gdm/render.conf.sh @@ -0,0 +1,38 @@ +#!/bin/bash +# +# identity_loadConfig.sh -- This function defines GNOME display manager +# (GDM) pre-rendition configuration script. +# +# Copyright (C) 2009-2011 Alain Reguera Delgado +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +# USA. +# +# ---------------------------------------------------------------------- +# $Id$ +# ---------------------------------------------------------------------- + +function identity_loadConfig { + + # Deifne theme model. + #THEMEMODEL='Default' + + # Define rendition actions. + ACTIONS[0]="LAST:renderDm:Gdm:800x600 1024x768 1280x1024 1360x768 \ + 1680x1050 2048x1536 2560x960 2560x1240 3271x1227" + + return + +} diff --git a/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Grub/render.conf.sh b/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Grub/render.conf.sh new file mode 100755 index 0000000..59e1a10 --- /dev/null +++ b/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Grub/render.conf.sh @@ -0,0 +1,38 @@ +#!/bin/bash +# +# identity_loadConfig.sh -- This function defines GRUB pre-rendition +# configuration script. +# +# Copyright (C) 2009-2011 Alain Reguera Delgado +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +# USA. +# +# ---------------------------------------------------------------------- +# $Id$ +# ---------------------------------------------------------------------- + +function identity_loadConfig { + + # Deifne theme model. + #THEMEMODEL='Default' + + # Define rendition actions. + ACTIONS[0]='POST:renderGrub:' + ACTIONS[1]='POST:renderGrub:-floyd' + + return + +} diff --git a/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Gsplash/render.conf.sh b/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Gsplash/render.conf.sh new file mode 100755 index 0000000..ed9d313 --- /dev/null +++ b/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Gsplash/render.conf.sh @@ -0,0 +1,37 @@ +#!/bin/bash +# +# identity_loadConfig.sh -- This function defines GSplash pre-rendition +# configuration script. +# +# Copyright (C) 2009-2011 Alain Reguera Delgado +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +# USA. +# +# ---------------------------------------------------------------------- +# $Id$ +# ---------------------------------------------------------------------- + +function identity_loadConfig { + + # Deifne theme model. + #THEMEMODEL='Default' + + # Define rendition actions. + #ACTIONS[0]='' + + return + +} diff --git a/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Kdm/render.conf.sh b/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Kdm/render.conf.sh new file mode 100755 index 0000000..d241e51 --- /dev/null +++ b/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Kdm/render.conf.sh @@ -0,0 +1,38 @@ +#!/bin/bash +# +# identity_loadConfig.sh -- This function defines KDE display manager +# (KDM) pre-rendition configuration script. +# +# Copyright (C) 2009-2011 Alain Reguera Delgado +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +# USA. +# +# ---------------------------------------------------------------------- +# $Id$ +# ---------------------------------------------------------------------- + +function identity_loadConfig { + + # Deifne theme model. + #THEMEMODEL='Default' + + # Define rendition actions. + ACTIONS[0]="LAST:renderDm:Kdm:800x600 1024x768 1280x1024 1360x768 \ + 1680x1050 2048x1536 2560x960 2560x1240 3271x1227" + + return + +} diff --git a/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Ksplash/render.conf.sh b/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Ksplash/render.conf.sh new file mode 100755 index 0000000..a0aa21a --- /dev/null +++ b/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Ksplash/render.conf.sh @@ -0,0 +1,37 @@ +#!/bin/bash +# +# identity_loadConfig.sh -- This function defines KSplash pre-rendition +# configuration script. +# +# Copyright (C) 2009-2011 Alain Reguera Delgado +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +# USA. +# +# ---------------------------------------------------------------------- +# $Id$ +# ---------------------------------------------------------------------- + +function identity_loadConfig { + + # Deifne theme model. + #THEMEMODEL='Default' + + # Define rendition actions. + ACTIONS[0]='LAST:renderKSplash' + + return + +} diff --git a/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Rhgb/render.conf.sh b/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Rhgb/render.conf.sh new file mode 100755 index 0000000..60a4a49 --- /dev/null +++ b/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Rhgb/render.conf.sh @@ -0,0 +1,37 @@ +#!/bin/bash +# +# identity_loadConfig.sh -- This function defines graphical boot (RHGB) +# pre-rendition configuration script. +# +# Copyright (C) 2009-2011 Alain Reguera Delgado +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +# USA. +# +# ---------------------------------------------------------------------- +# $Id$ +# ---------------------------------------------------------------------- + +function identity_loadConfig { + + # Deifne theme model. + #THEMEMODEL='Default' + + # Define rendition actions. + #ACTIONS[0]='' + + return + +} diff --git a/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Syslinux/render.conf.sh b/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Syslinux/render.conf.sh new file mode 100755 index 0000000..f91cc69 --- /dev/null +++ b/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/5/Syslinux/render.conf.sh @@ -0,0 +1,38 @@ +#!/bin/bash +# +# identity_loadConfig.sh -- This function defines Syslinux pre-rendition +# configuration script. +# +# Copyright (C) 2009-2011 Alain Reguera Delgado +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +# USA. +# +# ---------------------------------------------------------------------- +# $Id$ +# ---------------------------------------------------------------------- + +function identity_loadConfig { + + # Deifne theme model. + #THEMEMODEL='Default' + + # Define rendition actions. + ACTIONS[0]='POST:renderSyslinux:' + ACTIONS[1]='POST:renderSyslinux:-floyd' + + return + +} diff --git a/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/Anaconda/render.conf.sh b/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/Anaconda/render.conf.sh deleted file mode 100755 index 417c8b1..0000000 --- a/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/Anaconda/render.conf.sh +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/bash -# -# identity_loadConfig.sh -- This function defines Anaconda pre-rendition -# configuration script. -# -# Copyright (C) 2009-2011 Alain Reguera Delgado -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -# USA. -# -# ---------------------------------------------------------------------- -# $Id$ -# ---------------------------------------------------------------------- - -function identity_loadConfig { - - # Deifne theme model. - #THEMEMODEL='Default' - - # Define rendition actions. - #ACTIONS[0]='' - - return - -} diff --git a/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/Firstboot/render.conf.sh b/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/Firstboot/render.conf.sh deleted file mode 100755 index b5fe32a..0000000 --- a/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/Firstboot/render.conf.sh +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/bash -# -# identity_loadConfig.sh -- This function defines firstboot -# pre-rendition configuration script. -# -# Copyright (C) 2009-2011 Alain Reguera Delgado -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -# USA. -# -# ---------------------------------------------------------------------- -# $Id$ -# ---------------------------------------------------------------------- - -function identity_loadConfig { - - # Deifne theme model. - #THEMEMODEL='Default' - - # Define rendition actions. - #ACTIONS[0]='' - - return - -} diff --git a/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/Gdm/render.conf.sh b/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/Gdm/render.conf.sh deleted file mode 100755 index 6d7d094..0000000 --- a/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/Gdm/render.conf.sh +++ /dev/null @@ -1,38 +0,0 @@ -#!/bin/bash -# -# identity_loadConfig.sh -- This function defines GNOME display manager -# (GDM) pre-rendition configuration script. -# -# Copyright (C) 2009-2011 Alain Reguera Delgado -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -# USA. -# -# ---------------------------------------------------------------------- -# $Id$ -# ---------------------------------------------------------------------- - -function identity_loadConfig { - - # Deifne theme model. - #THEMEMODEL='Default' - - # Define rendition actions. - ACTIONS[0]="LAST:renderDm:Gdm:800x600 1024x768 1280x1024 1360x768 \ - 1680x1050 2048x1536 2560x960 2560x1240 3271x1227" - - return - -} diff --git a/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/Grub/render.conf.sh b/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/Grub/render.conf.sh deleted file mode 100755 index 59e1a10..0000000 --- a/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/Grub/render.conf.sh +++ /dev/null @@ -1,38 +0,0 @@ -#!/bin/bash -# -# identity_loadConfig.sh -- This function defines GRUB pre-rendition -# configuration script. -# -# Copyright (C) 2009-2011 Alain Reguera Delgado -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -# USA. -# -# ---------------------------------------------------------------------- -# $Id$ -# ---------------------------------------------------------------------- - -function identity_loadConfig { - - # Deifne theme model. - #THEMEMODEL='Default' - - # Define rendition actions. - ACTIONS[0]='POST:renderGrub:' - ACTIONS[1]='POST:renderGrub:-floyd' - - return - -} diff --git a/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/Gsplash/render.conf.sh b/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/Gsplash/render.conf.sh deleted file mode 100755 index ed9d313..0000000 --- a/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/Gsplash/render.conf.sh +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/bash -# -# identity_loadConfig.sh -- This function defines GSplash pre-rendition -# configuration script. -# -# Copyright (C) 2009-2011 Alain Reguera Delgado -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -# USA. -# -# ---------------------------------------------------------------------- -# $Id$ -# ---------------------------------------------------------------------- - -function identity_loadConfig { - - # Deifne theme model. - #THEMEMODEL='Default' - - # Define rendition actions. - #ACTIONS[0]='' - - return - -} diff --git a/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/Kdm/render.conf.sh b/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/Kdm/render.conf.sh deleted file mode 100755 index d241e51..0000000 --- a/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/Kdm/render.conf.sh +++ /dev/null @@ -1,38 +0,0 @@ -#!/bin/bash -# -# identity_loadConfig.sh -- This function defines KDE display manager -# (KDM) pre-rendition configuration script. -# -# Copyright (C) 2009-2011 Alain Reguera Delgado -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -# USA. -# -# ---------------------------------------------------------------------- -# $Id$ -# ---------------------------------------------------------------------- - -function identity_loadConfig { - - # Deifne theme model. - #THEMEMODEL='Default' - - # Define rendition actions. - ACTIONS[0]="LAST:renderDm:Kdm:800x600 1024x768 1280x1024 1360x768 \ - 1680x1050 2048x1536 2560x960 2560x1240 3271x1227" - - return - -} diff --git a/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/Ksplash/render.conf.sh b/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/Ksplash/render.conf.sh deleted file mode 100755 index a0aa21a..0000000 --- a/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/Ksplash/render.conf.sh +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/bash -# -# identity_loadConfig.sh -- This function defines KSplash pre-rendition -# configuration script. -# -# Copyright (C) 2009-2011 Alain Reguera Delgado -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -# USA. -# -# ---------------------------------------------------------------------- -# $Id$ -# ---------------------------------------------------------------------- - -function identity_loadConfig { - - # Deifne theme model. - #THEMEMODEL='Default' - - # Define rendition actions. - ACTIONS[0]='LAST:renderKSplash' - - return - -} diff --git a/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/Rhgb/render.conf.sh b/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/Rhgb/render.conf.sh deleted file mode 100755 index 60a4a49..0000000 --- a/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/Rhgb/render.conf.sh +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/bash -# -# identity_loadConfig.sh -- This function defines graphical boot (RHGB) -# pre-rendition configuration script. -# -# Copyright (C) 2009-2011 Alain Reguera Delgado -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -# USA. -# -# ---------------------------------------------------------------------- -# $Id$ -# ---------------------------------------------------------------------- - -function identity_loadConfig { - - # Deifne theme model. - #THEMEMODEL='Default' - - # Define rendition actions. - #ACTIONS[0]='' - - return - -} diff --git a/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/Syslinux/render.conf.sh b/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/Syslinux/render.conf.sh deleted file mode 100755 index f91cc69..0000000 --- a/Scripts/Bash/Cli/Functions/Identity/Config/Identity/Themes/Distro/Syslinux/render.conf.sh +++ /dev/null @@ -1,38 +0,0 @@ -#!/bin/bash -# -# identity_loadConfig.sh -- This function defines Syslinux pre-rendition -# configuration script. -# -# Copyright (C) 2009-2011 Alain Reguera Delgado -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -# USA. -# -# ---------------------------------------------------------------------- -# $Id$ -# ---------------------------------------------------------------------- - -function identity_loadConfig { - - # Deifne theme model. - #THEMEMODEL='Default' - - # Define rendition actions. - ACTIONS[0]='POST:renderSyslinux:' - ACTIONS[1]='POST:renderSyslinux:-floyd' - - return - -}