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