mirror of
				https://github.com/vdsm/virtual-dsm.git
				synced 2025-11-04 08:54:51 +08:00 
			
		
		
		
	fix: Grammar
This commit is contained in:
		
							parent
							
								
									95c3b2caad
								
							
						
					
					
						commit
						7f77bb88ab
					
				@ -31,7 +31,7 @@ if [[ "$ARCH" == "amd64" && "$KVM" != [Nn]* ]]; then
 | 
			
		||||
 | 
			
		||||
  if [ -n "$KVM_OPTS" ]; then
 | 
			
		||||
    if ! grep -qE '^flags.* (sse4_2)' /proc/cpuinfo; then
 | 
			
		||||
      error "Your host CPU does not has the SSE4.2 instruction set that Virtual DSM requires to boot."
 | 
			
		||||
      error "Your host CPU does not have the SSE4.2 instruction set that Virtual DSM requires to boot."
 | 
			
		||||
      error "Disable KVM by setting KVM=N to emulate a compatible CPU, at the cost of performance."
 | 
			
		||||
      [[ "$DEBUG" != [Yy1]* ]] && exit 89
 | 
			
		||||
    fi
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user