From 257666102d311ebab7d0aa6b49eb1bf3c0f69232 Mon Sep 17 00:00:00 2001 From: jjhua Date: Wed, 29 May 2013 07:46:27 +0000 Subject: [PATCH] remove the code which passes the into the subvars() in Template.pm git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16445 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/anaconda.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/anaconda.pm b/xCAT-server/lib/xcat/plugins/anaconda.pm index a61a44bd9..046400d05 100644 --- a/xCAT-server/lib/xcat/plugins/anaconda.pm +++ b/xCAT-server/lib/xcat/plugins/anaconda.pm @@ -1199,8 +1199,7 @@ sub mkinstall $pkglistfile, $pkgdir, $platform, - $partfile, - $os + $partfile ); }