Omit a prefix= esxi boot config file if the source has one

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12805 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2012-05-18 18:13:37 +00:00
parent 65a6369de2
commit ce3c323dd0

View File

@ -4411,7 +4411,9 @@ sub merge_esxi5_append {
#if ($line =~ /modules=b.b00/) {
# $line =~ s/modules=b.b00/modules=b.b00 $append/;
}
print $out $line;
unless ($line =~ /^prefix=/) {
print $out $line;
}
}
}
sub mkcommonboot {