From 46f314ea82cc6ae8342f10f811ea134a7f9b3021 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 23 2010 04:53:28 +0000 Subject: Update render_doIdentityImages.sh to reset renderSyslinux and renderGrub post-rendering action defintion and allow to render them without any option associated. --- diff --git a/Scripts/Bash/Functions/Render/render_doIdentityImages.sh b/Scripts/Bash/Functions/Render/render_doIdentityImages.sh index 574c6f6..78d015f 100644 --- a/Scripts/Bash/Functions/Render/render_doIdentityImages.sh +++ b/Scripts/Bash/Functions/Render/render_doIdentityImages.sh @@ -95,11 +95,11 @@ function render_doIdentityImages { case "$ACTION" in - renderSyslinux:* ) + renderSyslinux* ) render_doIdentityImageSyslinux $FILE "$ACTION" ;; - renderGrub:* ) + renderGrub* ) render_doIdentityImageGrub $FILE "$ACTION" ;;