mirror of
				https://github.com/dockur/windows.git
				synced 2025-10-27 03:15:49 +00:00 
			
		
		
		
	feat: Use bsdtar to extract driver archive (#805)
This commit is contained in:
		
							parent
							
								
									16c3a047c2
								
							
						
					
					
						commit
						a659c1c9da
					
				
					 3 changed files with 4 additions and 3 deletions
				
			
		|  | @ -1704,7 +1704,7 @@ prepareInstall() { | |||
|   local msg="Adding drivers to image..." | ||||
|   info "$msg" && html "$msg" | ||||
| 
 | ||||
|   if ! tar -xf /drivers.txz -C "$drivers" --warning=no-timestamp; then | ||||
|   if ! bsdtar -xf /drivers.txz -C "$drivers"; then | ||||
|     error "Failed to extract drivers!" && return 1 | ||||
|   fi | ||||
| 
 | ||||
|  |  | |||
|  | @ -725,7 +725,7 @@ addDrivers() { | |||
|   local msg="Adding drivers to image..." | ||||
|   info "$msg" && html "$msg" | ||||
| 
 | ||||
|   if ! tar -xf /drivers.txz -C "$drivers" --warning=no-timestamp; then | ||||
|   if ! bsdtar -xf /drivers.txz -C "$drivers"; then | ||||
|     error "Failed to extract drivers from archive!" && return 1 | ||||
|   fi | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Kroese
						Kroese