ubuntu provision need the mirror/http/hostname configuration

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16373 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
xq2005 2013-05-21 08:28:04 +00:00
parent 944a84bc0a
commit 4d3bfb86c9

View File

@ -769,7 +769,7 @@ sub mkinstall
#}
$kcmdline .= " xcatd=".$instserver;
# $kcmdline .= " mirror/http/hostname=".$instserver;
$kcmdline .= " mirror/http/hostname=".$instserver;
if ($maxmem) {
$kcmdline.=" mem=$maxmem";
}