Several 'doupgrade' fixes in the x86 template.

This commit is contained in:
Daniel Mach 2012-12-19 10:04:06 +01:00
parent 1d6d3fcce1
commit 356482d75e
1 changed files with 6 additions and 2 deletions

View File

@ -49,11 +49,15 @@ mkdir ${KERNELDIR}
hardlink ${KERNELDIR}/vmlinuz ${BOOTDIR}
hardlink ${KERNELDIR}/initrd.img ${BOOTDIR}
hardlink ${KERNELDIR}/upgrade.img ${BOOTDIR}
%if doupgrade:
hardlink ${KERNELDIR}/upgrade.img ${BOOTDIR}
%endif
%if basearch == 'x86_64':
treeinfo images-xen kernel ${KERNELDIR}/vmlinuz
treeinfo images-xen initrd ${KERNELDIR}/initrd.img
treeinfo images-xen upgrade ${KERNELDIR}/upgrade.img
%if doupgrade:
treeinfo images-xen upgrade ${KERNELDIR}/upgrade.img
%endif
%endif
## WHeeeeeeee, EFI.