From 7c8fdba6ee4706dc8b6adc77918a50376b786fea Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Thu, 3 Jan 2008 19:09:20 +0000 Subject: [PATCH] Support for CentOS 5.1 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@207 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server-2.0/lib/xcat/plugins/centos.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xCAT-server-2.0/lib/xcat/plugins/centos.pm b/xCAT-server-2.0/lib/xcat/plugins/centos.pm index a45fad09d..b2c3ebbc2 100644 --- a/xCAT-server-2.0/lib/xcat/plugins/centos.pm +++ b/xCAT-server-2.0/lib/xcat/plugins/centos.pm @@ -17,7 +17,8 @@ use File::Copy; my %distnames = ( "1176234647.982657" => "centos5", "1156364963.862322" => "centos4.4", - "1178480581.024704" => "centos4.5" + "1178480581.024704" => "centos4.5", + "1195929648.203590" => "centos5.1" ); my %numdiscs = ( "1156364963.862322" => 4,