From 1eeefe56f3c0f112a81b7ef2685b83d8ecf27111 Mon Sep 17 00:00:00 2001 From: immarvin Date: Thu, 9 Jul 2015 02:45:12 -0400 Subject: [PATCH] fix defect #4735 [fvt]2.10:could not get postscript section of the installer logs --- xCAT-server/lib/xcat/plugins/anaconda.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xCAT-server/lib/xcat/plugins/anaconda.pm b/xCAT-server/lib/xcat/plugins/anaconda.pm index 2dccff4b4..290d35b68 100755 --- a/xCAT-server/lib/xcat/plugins/anaconda.pm +++ b/xCAT-server/lib/xcat/plugins/anaconda.pm @@ -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 ";