From 9d389484a573dc4b7820309b156297cdaac65627 Mon Sep 17 00:00:00 2001 From: immarvin Date: Tue, 12 Jun 2012 07:06:17 +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@13068 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/windows.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/windows.pm b/xCAT-server/lib/xcat/plugins/windows.pm index 8bd241a09..2ae976c51 100644 --- a/xCAT-server/lib/xcat/plugins/windows.pm +++ b/xCAT-server/lib/xcat/plugins/windows.pm @@ -488,7 +488,7 @@ sub copycd GetOptions( 'n=s' => \$distname, 'a=s' => \$arch, - 'p=s' => \$path + 'm=s' => \$path ); unless ($path) {