diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/Firstboot/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/Firstboot/render.conf.sh deleted file mode 100755 index a734a63..0000000 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/Firstboot/render.conf.sh +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/bash -# -# render_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 render_loadConfig { - - # Define rendition actions. - ACTIONS[0]='BASE:renderImage' - - # Deifne theme model. - #THEMEMODEL='Default' - -} diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/GDM/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/GDM/render.conf.sh deleted file mode 100755 index 01f85db..0000000 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/GDM/render.conf.sh +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/bash -# -# render_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 render_loadConfig { - - # Define rendition actions. - ACTIONS[0]='BASE:renderImage' - ACTIONS[1]="LAST:renderDm:GDM:800x600 1024x768 1280x1024 1360x768 \ - 1680x1050 2048x1536 2560x960 2560x1240 3271x1227" - - # Deifne theme model. - #THEMEMODEL='Default' - -} diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/GRUB/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/GRUB/render.conf.sh deleted file mode 100755 index d159173..0000000 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/GRUB/render.conf.sh +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/bash -# -# render_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 render_loadConfig { - - # Define rendition actions. - ACTIONS[0]='BASE:renderImage' - ACTIONS[1]='POST:renderGrub:' - ACTIONS[2]='POST:renderGrub:-floyd' - - # Deifne theme model. - #THEMEMODEL='Default' - -} diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/GSplash/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/GSplash/render.conf.sh deleted file mode 100755 index 558a269..0000000 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/GSplash/render.conf.sh +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/bash -# -# render_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 render_loadConfig { - - # Define rendition actions. - ACTIONS[0]='BASE:renderImage' - - # Deifne theme model. - #THEMEMODEL='Default' - -} diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/KDM/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/KDM/render.conf.sh deleted file mode 100755 index acac436..0000000 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/KDM/render.conf.sh +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/bash -# -# render_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 render_loadConfig { - - # Define rendition actions. - ACTIONS[0]='BASE:renderImage' - ACTIONS[1]="LAST:renderDm:KDM:800x600 1024x768 1280x1024 1360x768 \ - 1680x1050 2048x1536 2560x960 2560x1240 3271x1227" - - # Deifne theme model. - #THEMEMODEL='Default' - -} diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/KSplash/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/KSplash/render.conf.sh deleted file mode 100755 index 007cc49..0000000 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/KSplash/render.conf.sh +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/bash -# -# render_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 render_loadConfig { - - # Define rendition actions. - ACTIONS[0]='BASE:renderImage' - ACTIONS[1]='LAST:renderKSplash' - - # Deifne theme model. - #THEMEMODEL='Default' - -} diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/RHGB/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/RHGB/render.conf.sh deleted file mode 100755 index 8d28940..0000000 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/RHGB/render.conf.sh +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/bash -# -# render_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 render_loadConfig { - - # Define rendition actions. - ACTIONS[0]='BASE:renderImage' - - # Deifne theme model. - #THEMEMODEL='Default' - -} diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Firstboot/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Firstboot/render.conf.sh new file mode 100755 index 0000000..a734a63 --- /dev/null +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Firstboot/render.conf.sh @@ -0,0 +1,35 @@ +#!/bin/bash +# +# render_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 render_loadConfig { + + # Define rendition actions. + ACTIONS[0]='BASE:renderImage' + + # Deifne theme model. + #THEMEMODEL='Default' + +} diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Gdm/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Gdm/render.conf.sh new file mode 100755 index 0000000..01f85db --- /dev/null +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Gdm/render.conf.sh @@ -0,0 +1,37 @@ +#!/bin/bash +# +# render_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 render_loadConfig { + + # Define rendition actions. + ACTIONS[0]='BASE:renderImage' + ACTIONS[1]="LAST:renderDm:GDM:800x600 1024x768 1280x1024 1360x768 \ + 1680x1050 2048x1536 2560x960 2560x1240 3271x1227" + + # Deifne theme model. + #THEMEMODEL='Default' + +} diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Grub/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Grub/render.conf.sh new file mode 100755 index 0000000..d159173 --- /dev/null +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Grub/render.conf.sh @@ -0,0 +1,37 @@ +#!/bin/bash +# +# render_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 render_loadConfig { + + # Define rendition actions. + ACTIONS[0]='BASE:renderImage' + ACTIONS[1]='POST:renderGrub:' + ACTIONS[2]='POST:renderGrub:-floyd' + + # Deifne theme model. + #THEMEMODEL='Default' + +} diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Gsplash/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Gsplash/render.conf.sh new file mode 100755 index 0000000..558a269 --- /dev/null +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Gsplash/render.conf.sh @@ -0,0 +1,35 @@ +#!/bin/bash +# +# render_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 render_loadConfig { + + # Define rendition actions. + ACTIONS[0]='BASE:renderImage' + + # Deifne theme model. + #THEMEMODEL='Default' + +} diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Kdm/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Kdm/render.conf.sh new file mode 100755 index 0000000..acac436 --- /dev/null +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Kdm/render.conf.sh @@ -0,0 +1,37 @@ +#!/bin/bash +# +# render_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 render_loadConfig { + + # Define rendition actions. + ACTIONS[0]='BASE:renderImage' + ACTIONS[1]="LAST:renderDm:KDM:800x600 1024x768 1280x1024 1360x768 \ + 1680x1050 2048x1536 2560x960 2560x1240 3271x1227" + + # Deifne theme model. + #THEMEMODEL='Default' + +} diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Ksplash/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Ksplash/render.conf.sh new file mode 100755 index 0000000..007cc49 --- /dev/null +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Ksplash/render.conf.sh @@ -0,0 +1,36 @@ +#!/bin/bash +# +# render_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 render_loadConfig { + + # Define rendition actions. + ACTIONS[0]='BASE:renderImage' + ACTIONS[1]='LAST:renderKSplash' + + # Deifne theme model. + #THEMEMODEL='Default' + +} diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Rhgb/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Rhgb/render.conf.sh new file mode 100755 index 0000000..8d28940 --- /dev/null +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Rhgb/render.conf.sh @@ -0,0 +1,35 @@ +#!/bin/bash +# +# render_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 render_loadConfig { + + # Define rendition actions. + ACTIONS[0]='BASE:renderImage' + + # Deifne theme model. + #THEMEMODEL='Default' + +} diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Syslinux/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Syslinux/render.conf.sh new file mode 100755 index 0000000..64e57ab --- /dev/null +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Syslinux/render.conf.sh @@ -0,0 +1,37 @@ +#!/bin/bash +# +# render_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 render_loadConfig { + + # Define rendition actions. + ACTIONS[0]='BASE:renderImage' + ACTIONS[1]='POST:renderSyslinux:' + ACTIONS[2]='POST:renderSyslinux:-floyd' + + # Deifne theme model. + #THEMEMODEL='Default' + +}