mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-29 02:15:34 +00:00 
			
		
		
		
	bug fix for packimage
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5820 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -273,7 +273,7 @@ sub process_request { | ||||
|       if ($includestr) { | ||||
| 	  system("$includestr >> /tmp/xcat_packimg.txt");  | ||||
|       } | ||||
|       $excludestr =~ "cat /tmp/xcat_packimg.txt|cpio -dump $temppath";  | ||||
|       $excludestr = "cat /tmp/xcat_packimg.txt|cpio -dump $temppath";  | ||||
|     } elsif ($method =~ /nfs/) { | ||||
|        $excludestr = "touch ../rootimg.nfs"; | ||||
|     } else { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user