From e2708df2b4f92751a79bd132c44e5514b70b7593 Mon Sep 17 00:00:00 2001 From: immarvin Date: Sun, 17 Nov 2013 18:48:00 -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 573498317..adfe266d8 100644 --- a/xCAT-server/lib/xcat/plugins/anaconda.pm +++ b/xCAT-server/lib/xcat/plugins/anaconda.pm @@ -699,7 +699,7 @@ sub mknetboot $xcatmasterip = $xcatmaster; } - $kcmdline .= "XCAT=$xcatmaster:$xcatdport "; + $kcmdline .= "XCAT=$xcatmasterip:$xcatdport "; if ($rootfstype ne "ramdisk") {