service node pool supports for system X rhels6.x

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16499 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jjhua 2013-05-31 08:51:20 +00:00
parent 43a3259a69
commit cfa71e3f2c

View File

@ -191,3 +191,10 @@ echo "part swap --recommended --ondisk $instdisk" >> /tmp/partitioning
echo "part / --size 1 --grow --ondisk $instdisk --fstype $FSTYPE" >> /tmp/partitioning
#XCA_PARTITION_SCRIPT#
# The following code is to generate the repository for the installation
cat /proc/cmdline
export nextserver=`cat /proc/cmdline | grep http | head -n 1 | cut -d / -f 3 | cut -d : -f 1`
#INSTALL_SOURCES_IN_PRE#