From 4b8d927b9b1681b6c5b7556f7de7dea958dd4475 Mon Sep 17 00:00:00 2001 From: vallard Date: Fri, 16 Apr 2010 15:59:20 +0000 Subject: [PATCH] fixed bug where imagex would not create links in /install/autoinst directory git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5801 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/windows.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/lib/xcat/plugins/windows.pm b/xCAT-server/lib/xcat/plugins/windows.pm index 1e0f2301f..f4692d4e0 100644 --- a/xCAT-server/lib/xcat/plugins/windows.pm +++ b/xCAT-server/lib/xcat/plugins/windows.pm @@ -116,6 +116,7 @@ sub mkimage { } sub mkwinlinks { + my $installroot = "/install"; # for now put this, as it breaks for imagex my $node = shift; my $ent = shift; foreach (getips($node)) {