Added support for FSP CLI - Line #29

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@241 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
sakolish 2008-01-11 16:15:51 +00:00
parent 5acfff0618
commit 3fd4a9e521

View File

@ -25,7 +25,8 @@ my %modules = (
chvm => "xCAT::PPCvm",
rnetboot => "xCAT::PPCboot",
getmacs => "xCAT::PPCmac",
reventlog => "xCAT::PPClog"
reventlog => "xCAT::PPClog",
rfsp => "xCAT::PPCfsp"
);
##########################################