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
This commit is contained in:
vallard 2010-04-16 15:59:20 +00:00
parent 2c711aed33
commit 4b8d927b9b

View File

@ -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)) {