From f229e78a9e64a26438b7d6f4f6267e040e318023 Mon Sep 17 00:00:00 2001 From: nott Date: Sun, 13 Oct 2013 10:37:22 -0400 Subject: [PATCH] change kit framework to 2 --- xCAT-server/lib/xcat/plugins/kit.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/kit.pm b/xCAT-server/lib/xcat/plugins/kit.pm index 71a9e7072..d9fed0f33 100644 --- a/xCAT-server/lib/xcat/plugins/kit.pm +++ b/xCAT-server/lib/xcat/plugins/kit.pm @@ -24,10 +24,10 @@ use File::Path; my $kitconf = "kit.conf"; # kit framework version for this xcat. -$::KITFRAMEWORK ="1"; +$::KITFRAMEWORK ="2"; # this code is compatible with other kits that are at framework 0 or 1. -$::COMPATIBLE_KITFRAMEWORKS = "0,1"; +$::COMPATIBLE_KITFRAMEWORKS = "0,1,2"; #-------------------------------------------------------