mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	Resolve issue with build script for systemvm hanging due to libssl waiting on a input prompt caused by apt-get update
This commit is contained in:
		
							parent
							
								
									931dd051a8
								
							
						
					
					
						commit
						1213180219
					
				
							
								
								
									
										0
									
								
								tools/appliance/build.sh
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										0
									
								
								tools/appliance/build.sh
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							| @ -1,6 +1,10 @@ | ||||
| # Update the box | ||||
| apt-get -y update | ||||
| apt-get -y install curl unzip | ||||
| 
 | ||||
| export DEBIAN_FRONTEND=noninteractive | ||||
| export DEBIAN_PRIORITY=critical | ||||
| 
 | ||||
| apt-get -q -y --force-yes update | ||||
| apt-get -q -y --force-yes install curl unzip | ||||
| apt-get clean | ||||
| 
 | ||||
| # Set up sudo, TODO: Check security concerns | ||||
|  | ||||
| @ -334,6 +334,11 @@ d-i finish-install/reboot_in_progress note | ||||
| #   debconf-get-selections --installer > file | ||||
| #   debconf-get-selections >> file | ||||
| 
 | ||||
| libssl1.0.0 libssl1.0.0/restart-services    string   | ||||
| libssl1.0.0:amd64    libssl1.0.0/restart-services    string   | ||||
| 
 | ||||
| libssl1.0.0     libssl1.0.0/restart-failed      error   | ||||
| libssl1.0.0:amd64     libssl1.0.0/restart-failed      error   | ||||
| 
 | ||||
| #### Advanced options | ||||
| ### Running custom commands during the installation | ||||
|  | ||||
| @ -1,6 +1,10 @@ | ||||
| # Update the box | ||||
| apt-get -y update | ||||
| apt-get -y install curl unzip | ||||
| 
 | ||||
| export DEBIAN_FRONTEND=noninteractive | ||||
| export DEBIAN_PRIORITY=critical | ||||
| 
 | ||||
| apt-get -q -y --force-yes update | ||||
| apt-get -q -y --force-yes install curl unzip | ||||
| apt-get clean | ||||
| 
 | ||||
| # Set up sudo, TODO: Check security concerns | ||||
|  | ||||
| @ -335,6 +335,12 @@ d-i finish-install/reboot_in_progress note | ||||
| #   debconf-get-selections >> file | ||||
| 
 | ||||
| 
 | ||||
| libssl1.0.0 libssl1.0.0/restart-services    string   | ||||
| libssl1.0.0:i386    libssl1.0.0/restart-services    string   | ||||
| 
 | ||||
| libssl1.0.0     libssl1.0.0/restart-failed      error   | ||||
| libssl1.0.0:i386     libssl1.0.0/restart-failed      error | ||||
| 
 | ||||
| #### Advanced options | ||||
| ### Running custom commands during the installation | ||||
| # d-i preseeding is inherently not secure. Nothing in the installer checks | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user