mirror of
				https://git.launchpad.net/livecd-rootfs
				synced 2025-11-04 10:54:07 +00:00 
			
		
		
		
	Do not run flash-kernel for armel builds, it breaks the script when there's no boot partition to update
This commit is contained in:
		
							parent
							
								
									f96ebdc7a1
								
							
						
					
					
						commit
						86839ae8bc
					
				@ -421,6 +421,8 @@ link_in_boot = $link_in_boot
 | 
				
			|||||||
	powerpc)	LIST="$LIST linux-powerpc linux-powerpc64-smp";;
 | 
						powerpc)	LIST="$LIST linux-powerpc linux-powerpc64-smp";;
 | 
				
			||||||
	sparc*)		LIST="$LIST linux-sparc64";;
 | 
						sparc*)		LIST="$LIST linux-sparc64";;
 | 
				
			||||||
	armel)
 | 
						armel)
 | 
				
			||||||
 | 
								#inhibit running of flash-kernel for armel
 | 
				
			||||||
 | 
					    			export FLASH_KERNEL_SKIP=1
 | 
				
			||||||
			case "$SUBARCH" in
 | 
								case "$SUBARCH" in
 | 
				
			||||||
				imx51)
 | 
									imx51)
 | 
				
			||||||
					LIST="$LIST linux-imx51"
 | 
										LIST="$LIST linux-imx51"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user