aarch64: Fix live-iso creation on aarch64
Drop unneeded uboot-tools, and remove iso-graft from the aarch64.tmpl Related: rhbz#1752002
This commit is contained in:
		
							parent
							
								
									5322664432
								
							
						
					
					
						commit
						5efaa876e1
					
				| @ -66,13 +66,6 @@ mkdir ${KERNELDIR} | |||||||
|     %endif |     %endif | ||||||
| %endfor | %endfor | ||||||
| 
 | 
 | ||||||
| # Inherit iso-graft/ if it exists from external templates |  | ||||||
| <% |  | ||||||
|     import os |  | ||||||
|     if os.path.exists(workdir + "/iso-graft"): |  | ||||||
|         filegraft += " " + workdir + "/iso-graft" |  | ||||||
| %> |  | ||||||
| 
 |  | ||||||
| # Add the license files | # Add the license files | ||||||
| %for f in glob("/usr/share/licenses/*-release/*"): | %for f in glob("/usr/share/licenses/*-release/*"): | ||||||
|     install ${f} ${f|basename} |     install ${f} ${f|basename} | ||||||
|  | |||||||
| @ -5,7 +5,6 @@ | |||||||
| %if basearch == "aarch64": | %if basearch == "aarch64": | ||||||
|     installpkg efibootmgr |     installpkg efibootmgr | ||||||
|     installpkg grub2-efi-aa64-cdboot shim-aa64 |     installpkg grub2-efi-aa64-cdboot shim-aa64 | ||||||
|     installpkg uboot-tools |  | ||||||
| %endif | %endif | ||||||
| %if basearch in ("arm", "armhfp"): | %if basearch in ("arm", "armhfp"): | ||||||
|     installpkg efibootmgr |     installpkg efibootmgr | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user