From 9dbf6d73c499ce4048fa66c7738c58b41597ef86 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 16 Nov 2009 15:39:38 +0000 Subject: [PATCH] -Fix for iscsi installs without xNBA git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4583 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/install/scripts/post.rh.iscsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/install/scripts/post.rh.iscsi b/xCAT-server/share/xcat/install/scripts/post.rh.iscsi index a8d022d9c..60b772715 100644 --- a/xCAT-server/share/xcat/install/scripts/post.rh.iscsi +++ b/xCAT-server/share/xcat/install/scripts/post.rh.iscsi @@ -86,6 +86,6 @@ sed -i 's/^terminal/#terminal/' /boot/grub/menu.lst #remove all the repos, later addsiteyum will add the one from the master node. rm -f /etc/yum.repos.d/* - +export PATH=/xcatpost:/tmp/xcatpost:$PATH uploadboot exit 0