mirror of
				https://github.com/dockur/windows.git
				synced 2025-10-30 20:45:50 +00:00 
			
		
		
		
	Update install.sh
This commit is contained in:
		
							parent
							
								
									347a9151f3
								
							
						
					
					
						commit
						114b3f1c10
					
				
					 1 changed files with 1 additions and 6 deletions
				
			
		|  | @ -545,12 +545,7 @@ extractESD() { | |||
| 
 | ||||
|   for (( imageIndex=4; imageIndex<=esdImageCount; imageIndex++ )); do | ||||
|     imageEdition=$(wimlib-imagex info "${iso}" ${imageIndex} | grep '^Description:' | sed 's/Description:[ \t]*//') | ||||
|     error "$imageEdition" | ||||
|   done | ||||
| 
 | ||||
|   for (( imageIndex=4; imageIndex<=esdImageCount; imageIndex++ )); do | ||||
|     imageEdition=$(wimlib-imagex info "${iso}" ${imageIndex} | grep '^Description:' | sed 's/Description:[ \t]*//') | ||||
|     [[ "${imageEdition,,}" != *"${edition,,}"* ]] && continue | ||||
|     [[ "${imageEdition,,}" != "${edition,,}" ]] && continue | ||||
|     wimlib-imagex export "${iso}" ${imageIndex} "${installWimFile}" --compress=LZMS --chunk-size 128K --quiet || { | ||||
|       retVal=$? | ||||
|       error "Addition of ${imageIndex} to the $desc image failed" && return $retVal | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Kroese
						Kroese