According to the changes in copycds.pm, the internal option flag to specify mountpath is changed to -m

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13067 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
immarvin 2012-06-12 06:58:09 +00:00
parent 81c0efbc9a
commit f4a7e87f32

View File

@ -4065,7 +4065,7 @@ sub copycd {
GetOptions(
'n=s' => \$distname,
'a=s' => \$arch,
'p=s' => \$path
'm=s' => \$path
);
# run a few tests to see if the copycds should use this plugin
unless ($path){