mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 03:12:30 +00:00 
			
		
		
		
	Fix problem where if template passed in has parameters on a module, xCAT would consider that part of the filename
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13155 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -4829,6 +4829,8 @@ sub cpNetbootImages { | ||||
| 	      push @filestocopy,$1; | ||||
| 	    } elsif (/^modules=(.*)/) { | ||||
| 	      foreach (split / --- /,$1) { | ||||
| 			s/^\s*//; | ||||
| 			s/\s.*//; | ||||
| 		push @filestocopy,$_; | ||||
| 	      } | ||||
| 	    } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user