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:
@ -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 ";
|
||||
|
Reference in New Issue
Block a user