diff --git a/share/templates.d/99-generic/live/aarch64.tmpl b/share/templates.d/99-generic/live/aarch64.tmpl index e35d6188..9ddd2d21 100644 --- a/share/templates.d/99-generic/live/aarch64.tmpl +++ b/share/templates.d/99-generic/live/aarch64.tmpl @@ -68,13 +68,6 @@ mkdir ${KERNELDIR} %endif %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 %for f in glob("/usr/share/licenses/*-release/*"): install ${f} ${f|basename} diff --git a/share/templates.d/99-generic/live/live-install.tmpl b/share/templates.d/99-generic/live/live-install.tmpl index 88abff59..d1acbdb0 100644 --- a/share/templates.d/99-generic/live/live-install.tmpl +++ b/share/templates.d/99-generic/live/live-install.tmpl @@ -5,7 +5,6 @@ %if basearch == "aarch64": installpkg efibootmgr installpkg grub2-efi-aa64-cdboot shim-aa64 - installpkg uboot-tools %endif %if basearch in ("arm", "armhfp"): installpkg efibootmgr