2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-24 15:05:36 +00:00

fix defect #4735 [fvt]2.10:could not get postscript section of the installer logs

This commit is contained in:
immarvin
2015-07-09 02:45:12 -04:00
parent a4691e735d
commit 1eeefe56f3

View File

@ -750,6 +750,8 @@ sub mknetboot
my ($host, $ipaddr) = xCAT::NetworkUtils->gethostnameandip($xcatmaster);
if($ipaddr){
$kcmdline .=" LOGSERVER=$ipaddr ";
}else{
$kcmdline .=" LOGSERVER=$xcatmaster ";
}
$kcmdline .= " xcatdebugmode=1 ";