From 53d4ac84be3897af9836073740786295bde9747c Mon Sep 17 00:00:00 2001 From: mxi1 Date: Wed, 7 Apr 2010 03:22:51 +0000 Subject: [PATCH] getsynclistfile() is updated, statelite should be use "netboot" directory instead of "install" directory git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5694 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/perl/xCAT/SvrUtils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/perl/xCAT/SvrUtils.pm b/xCAT-server/lib/perl/xCAT/SvrUtils.pm index e0cc75c06..e40de94cc 100644 --- a/xCAT-server/lib/perl/xCAT/SvrUtils.pm +++ b/xCAT-server/lib/perl/xCAT/SvrUtils.pm @@ -303,7 +303,7 @@ sub getsynclistfile() } } else { $inst_type = $node_insttype{$node}; - if ($inst_type eq "netboot" || $inst_type eq "diskless") { + if ($inst_type eq "netboot" || $inst_type eq "diskless" || $inst_type eq "statelite") { $inst_type = "netboot"; } else { $inst_type = "install";