ubuntu provision need the mirror/http/hostname configuration

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16372 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
xq2005 2013-05-21 08:26:26 +00:00
parent 0f7e5d53f0
commit 181dc9ec47

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";
}