mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 11:22:27 +00:00 
			
		
		
		
	for defect 3276866, updated the default exclude-file list.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9335 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -220,7 +220,7 @@ sub imgcapture { | ||||
|         close $exlist; | ||||
|     } else { | ||||
|         # the following directories must be exluded when capturing the image | ||||
|         my @default_exlist = ("./tmp/", "./proc/", "./sys/", "./dev/", "./xcatpost/", "./install/"); | ||||
|         my @default_exlist = ("./tmp/*", "./proc/*", "./sys/*", "./dev/*", "./xcatpost/*", "./install/*"); | ||||
|         foreach my $item (@default_exlist) { | ||||
|             $excludestr .= qq{ ! -path "$item"}; | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user