From 3cbf6542f077d4892974c57470d5e7c03114e5fb Mon Sep 17 00:00:00 2001 From: jjhua Date: Tue, 6 Jan 2009 11:06:25 +0000 Subject: [PATCH] Add rflash => xCAT::PPCrflash to %modules git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2565 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/PPC.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/PPC.pm b/perl-xCAT/xCAT/PPC.pm index 3d45218ba..bc3d492a0 100644 --- a/perl-xCAT/xCAT/PPC.pm +++ b/perl-xCAT/xCAT/PPC.pm @@ -32,7 +32,8 @@ my %modules = ( rnetboot => "xCAT::PPCboot", getmacs => "xCAT::PPCmac", reventlog => "xCAT::PPClog", - rspconfig => "xCAT::PPCcfg" + rspconfig => "xCAT::PPCcfg", + rflash => "xCAT::PPCrflash" ); ##########################################