From 6f9f434b4a5877146aba18c90f77c6aa8a73080d Mon Sep 17 00:00:00 2001 From: immarvin Date: Tue, 12 Nov 2013 23:41:51 -0800 Subject: [PATCH] fix defect #3693 [DEV] rhels6.4-ppc64 statelite failed with (FATAL error: could not get the entries from litefile table...) when noderes.xcatmaster= --- xCAT-server/lib/xcat/plugins/anaconda.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/anaconda.pm b/xCAT-server/lib/xcat/plugins/anaconda.pm index 5a994003d..f0bef4595 100644 --- a/xCAT-server/lib/xcat/plugins/anaconda.pm +++ b/xCAT-server/lib/xcat/plugins/anaconda.pm @@ -698,7 +698,7 @@ sub mknetboot $xcatmasterip = $xcatmaster; } - $kcmdline .= "XCAT=$xcatmaster:$xcatdport "; + $kcmdline .= "XCAT=$xcatmasterip:$xcatdport "; if ($rootfstype ne "ramdisk") {