mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-14 18:30:23 +00:00
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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user