Correct follow-up pruning of modules with previous path changes
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9396 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
fcfad918a8
commit
96760fe2a3
@ -3771,10 +3771,10 @@ sub copycd {
|
||||
close($bootcfg);
|
||||
foreach (@bootcfg) { #no point in optimizing trivial, infrequent code, readable this way
|
||||
s/runweasel//; #don't run the installer in stateless mode
|
||||
s!--- /imgdb.tgz!!; #don't need the imgdb for stateless
|
||||
s!--- /imgpayld.tgz!!; #don't need the boot payload since we aren't installing
|
||||
s!--- /tools.t00!!; #tools could be useful, but for now skip the memory requirement
|
||||
s!--- /weaselin.i00!!; #and also don't need the weasel install images if... not installing
|
||||
s!--- imgdb.tgz!!; #don't need the imgdb for stateless
|
||||
s!--- imgpayld.tgz!!; #don't need the boot payload since we aren't installing
|
||||
s!--- tools.t00!!; #tools could be useful, but for now skip the memory requirement
|
||||
s!--- weaselin.i00!!; #and also don't need the weasel install images if... not installing
|
||||
|
||||
if (/^modules=/ and $_ !~ /xcatmod.tgz/) {
|
||||
chomp();
|
||||
|
Loading…
Reference in New Issue
Block a user