From 011fe6608af5cbf45814c29ac46d728c15c19b71 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 12 Jul 2011 20:19:43 +0000 Subject: [PATCH] Support CentOS 6 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.6@10061 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/anaconda.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/lib/xcat/plugins/anaconda.pm b/xCAT-server/lib/xcat/plugins/anaconda.pm index b04c4285e..907a8f657 100644 --- a/xCAT-server/lib/xcat/plugins/anaconda.pm +++ b/xCAT-server/lib/xcat/plugins/anaconda.pm @@ -28,6 +28,7 @@ use Socket; my @cpiopid; my %distnames = ( + "1310229985.226287" => "centos6", "1176234647.982657" => "centos5", "1156364963.862322" => "centos4.4", "1178480581.024704" => "centos4.5",