From 662eb61d2eaa0c73cfc087d578b0465d8ad20a26 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 25 May 2011 12:28:14 +0000 Subject: [PATCH] add SL support git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9683 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/ospkgs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xCAT/postscripts/ospkgs b/xCAT/postscripts/ospkgs index aaee34ac4..326e987da 100755 --- a/xCAT/postscripts/ospkgs +++ b/xCAT/postscripts/ospkgs @@ -62,6 +62,8 @@ if [[ -z "$OSPKGDIR" ]]; then OSPKGDIR="$OSPKGDIR/1" elif [[ $OSVER = rhel* ]]; then OSPKGDIR="$OSPKGDIR/Server" + elif [[ $OSVER = SL* ]]; then + OSPKGDIR="$OSPKGDIR/SL" fi fi