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
This commit is contained in:
jjhua 2009-01-06 11:06:25 +00:00
parent 568851a8eb
commit 3cbf6542f0

View File

@ -32,7 +32,8 @@ my %modules = (
rnetboot => "xCAT::PPCboot",
getmacs => "xCAT::PPCmac",
reventlog => "xCAT::PPClog",
rspconfig => "xCAT::PPCcfg"
rspconfig => "xCAT::PPCcfg",
rflash => "xCAT::PPCrflash"
);
##########################################