From 6eead7224e2c773040b92b1ec0c2b9365bc8e976 Mon Sep 17 00:00:00 2001 From: mxi1 Date: Fri, 12 Nov 2010 10:18:24 +0000 Subject: [PATCH] update the repository path for redhat git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8141 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/ospkgs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xCAT/postscripts/ospkgs b/xCAT/postscripts/ospkgs index d29fb5278..e1a990c08 100755 --- a/xCAT/postscripts/ospkgs +++ b/xCAT/postscripts/ospkgs @@ -59,7 +59,9 @@ fi if [[ -z "$OSPKGDIR" ]]; then OSPKGDIR="$NFSSERVER/$OSVER/$ARCH" if [[ $OSVER = sles* ]]; then - OSPKGDIR="$OSPKGDIR/1" + OSPKGDIR="$OSPKGDIR/1" + elif [[ $OSVER = rhel* ]]; then + OSPKGDIR="$OSPKGDIR/Server" fi fi