mirror of
				https://github.com/vdsm/virtual-dsm.git
				synced 2025-11-04 08:54:51 +08:00 
			
		
		
		
	fix: Configuration variables
This commit is contained in:
		
							parent
							
								
									32748509ea
								
							
						
					
					
						commit
						a2e55c5dda
					
				@ -17,11 +17,10 @@ trap 'error "Status $? while: $BASH_COMMAND (line $LINENO/$BASH_LINENO)"' ERR
 | 
			
		||||
: ${COUNTRY:=''}        # Country code for mirror
 | 
			
		||||
: ${CONSOLE:='N'}       # Disable console mode
 | 
			
		||||
: ${ALLOCATE:='Y'}      # Preallocate diskspace
 | 
			
		||||
: ${RAM_SIZE:='1G'}     # Maximum RAM amount
 | 
			
		||||
: ${DISK_SIZE:='16G'}   # Initial data disk size
 | 
			
		||||
: ${ARGUMENTS:=''}      # Extra QEMU parameters
 | 
			
		||||
: ${CPU_CORES:='1'}     # Amount of CPU cores
 | 
			
		||||
: ${CPU_MODEL:='host'}  # CPU model to emulate
 | 
			
		||||
: ${RAM_SIZE:='1G'}     # Maximum RAM amount
 | 
			
		||||
: ${DISK_SIZE:='16G'}   # Initial data disk size
 | 
			
		||||
 | 
			
		||||
# Helper variables
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user