]> git.pld-linux.org Git - packages/xen.git/blob - xen.efi-boot-update
- updated to 4.17.3
[packages/xen.git] / xen.efi-boot-update
1 ENABLED=yes
2 LABEL="Xen native EFI"
3 ARCH=@target_cpu@
4 BINARY=xen.efi
5 ARGS=""
6
7 install_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.071604 seconds and 3 git commands to generate.