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@13068 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
immarvin 2012-06-12 07:06:17 +00:00
parent f4a7e87f32
commit 9d389484a5

View File

@ -488,7 +488,7 @@ sub copycd
GetOptions(
'n=s' => \$distname,
'a=s' => \$arch,
'p=s' => \$path
'm=s' => \$path
);
unless ($path)
{