ARM doesn't have a generic Linux image due to the soc-specific nature of Linux kernels today, so we drop the manual installation of that package, replacing it with a dist-upgrade instead. This involved tweaks to the dpkg and fedora install-package scripts. Change-Id: I97924b80ca87781307e1087b9fe4b18215770e84
		
			
				
	
	
		
			7 lines
		
	
	
		
			124 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			124 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/bash
 | 
						|
# These are useful, or at worst not harmful, for all images we build.
 | 
						|
 | 
						|
set -e
 | 
						|
 | 
						|
install-packages vlan open-iscsi
 |