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