From f4a7e87f32ab1c68ca56db4d17dcdce6c6ef168e Mon Sep 17 00:00:00 2001 From: immarvin Date: Tue, 12 Jun 2012 06:58:09 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/xcat/plugins/esx.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/esx.pm b/xCAT-server/lib/xcat/plugins/esx.pm index 9b250df58..56c4d7763 100644 --- a/xCAT-server/lib/xcat/plugins/esx.pm +++ b/xCAT-server/lib/xcat/plugins/esx.pm @@ -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){