]> git.pld-linux.org Git - packages/xen.git/blame - xen.efi-boot-update
- updated to 4.18.1; new sonames, ocaml libxenlight and libxentoollog are gone
[packages/xen.git] / xen.efi-boot-update
CommitLineData
06e5dbe4
JK
1ENABLED=yes
2LABEL="Xen native EFI"
3ARCH=@target_cpu@
4BINARY=xen.efi
5ARGS=""
6
7install_files() {
8
9 update_file @libdir@/efi/xen.efi xen.efi
10 update_file /etc/efi-boot/xen.cfg xen.cfg
11
12 update_file /boot/initrd initrd
13 update_file /boot/vmlinuz vmlinuz
14
15 update_file --missingok /boot/initrd.old initrd.old
16 update_file --missingok /boot/vmlinuz.old vmlinuz.old
17}
This page took 0.251987 seconds and 5 git commands to generate.