-Correct another typo in genimage for dracut

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6051 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2010-05-10 14:02:36 +00:00
parent 10b55f9276
commit a927d6c4e5

View File

@ -473,7 +473,7 @@ sub getlibs {
}
}
sub mknitrd_dracut {
sub mkinitrd_dracut {
mkpath("$rootimg_dir/usr/share/dracut/modules.d/97xcat");
foreach (<$fullpath/dracut/*>) {
copy($_,"$rootimg_dir/usr/share/dracut/modules.d/97xcat");