Remove imggraft from aarch64.tmpl (#1174475)

rhel7 branch doesn't use imggraft.

Related: rhbz#1174475
This commit is contained in:
Brian C. Lane 2015-01-16 10:46:58 -08:00
parent e9848670e5
commit a0f4a50291
1 changed files with 1 additions and 1 deletions

View File

@ -41,6 +41,6 @@ mkdir ${KERNELDIR}
${efiargs} -R -J -V '${isolabel}' -T -graft-points \
${KERNELDIR}=${outroot}/${KERNELDIR} \
${LIVEDIR}=${outroot}/${LIVEDIR} \
${efigraft} ${imggraft}
${efigraft}
treeinfo images-${basearch} boot.iso images/boot.iso
%endif