From 4a1670555349ffdf11473e9c27fdef6698e73102 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Feb 15 2011 19:56:39 +0000 Subject: Update anaconda pre-rendition configuration directory structure. --- diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Header/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Header/render.conf.sh deleted file mode 100755 index 7ed0b27..0000000 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Header/render.conf.sh +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/bash -# -# render_loadConfig.sh -- This function defines Anaconda header -# 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/Anaconda/Progress/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/render.conf.sh deleted file mode 100755 index 8f7b189..0000000 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/render.conf.sh +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/bash -# -# render_loadConfig.png.sh -- This function defines Anaconda progress -# 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/Anaconda/Prompt/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Prompt/render.conf.sh deleted file mode 100755 index d0a5781..0000000 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Prompt/render.conf.sh +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/bash -# -# render_loadConfig.sh -- This function defines Anaconda prompt -# (syslinux)'s 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' - -} diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Splash/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Splash/render.conf.sh deleted file mode 100755 index 3878d87..0000000 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Splash/render.conf.sh +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/bash -# -# render_loadConfig.sh -- This function defines Anaconda splash -# 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/Anaconda/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/render.conf.sh new file mode 100755 index 0000000..cda1ae9 --- /dev/null +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/render.conf.sh @@ -0,0 +1,35 @@ +#!/bin/bash +# +# render_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 render_loadConfig { + + # Define rendition actions. + ACTIONS[0]='BASE:renderImage' + + # Deifne theme model. + #THEMEMODEL='Default' + +}