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:
parent
65a6369de2
commit
ce3c323dd0
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user