service node pool supports for system X rhels6.x

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16483 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jjhua 2013-05-31 07:19:06 +00:00
parent 040ae224e5
commit 61569206a1

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#