Several 'doupgrade' fixes in the x86 template.
This commit is contained in:
parent
1d6d3fcce1
commit
356482d75e
@ -49,11 +49,15 @@ mkdir ${KERNELDIR}
|
|||||||
|
|
||||||
hardlink ${KERNELDIR}/vmlinuz ${BOOTDIR}
|
hardlink ${KERNELDIR}/vmlinuz ${BOOTDIR}
|
||||||
hardlink ${KERNELDIR}/initrd.img ${BOOTDIR}
|
hardlink ${KERNELDIR}/initrd.img ${BOOTDIR}
|
||||||
hardlink ${KERNELDIR}/upgrade.img ${BOOTDIR}
|
%if doupgrade:
|
||||||
|
hardlink ${KERNELDIR}/upgrade.img ${BOOTDIR}
|
||||||
|
%endif
|
||||||
%if basearch == 'x86_64':
|
%if basearch == 'x86_64':
|
||||||
treeinfo images-xen kernel ${KERNELDIR}/vmlinuz
|
treeinfo images-xen kernel ${KERNELDIR}/vmlinuz
|
||||||
treeinfo images-xen initrd ${KERNELDIR}/initrd.img
|
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
|
%endif
|
||||||
|
|
||||||
## WHeeeeeeee, EFI.
|
## WHeeeeeeee, EFI.
|
||||||
|
Loading…
Reference in New Issue
Block a user