Install hypervisor binary as xen.gz, regardless of version
We've drop xen.gz symlink from xen package to not duplicate grub entries, but here we need only xen.gz file.
This commit is contained in:
parent
bd57fa02ec
commit
20cc289abf
@ -18,7 +18,7 @@ mkdir ${BOOTDIR}
|
||||
install ${SYSLINUXDIR}/isolinux.bin ${BOOTDIR}
|
||||
install ${SYSLINUXDIR}/vesamenu.c32 ${BOOTDIR}
|
||||
install ${SYSLINUXDIR}/mboot.c32 ${BOOTDIR}
|
||||
install boot/xen*gz ${BOOTDIR}
|
||||
install boot/xen*gz ${BOOTDIR}/xen.gz
|
||||
install ${configdir}/isolinux.cfg ${BOOTDIR}
|
||||
install ${configdir}/boot.msg ${BOOTDIR}
|
||||
install ${configdir}/grub.conf ${BOOTDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user