]> git.pld-linux.org Git - packages/efi-boot-update.git/blame - xen.conf
--auto cmd-line option and ALLOW_AUTO flag added
[packages/efi-boot-update.git] / xen.conf
CommitLineData
7a63766a
JK
1ENABLED=yes
2LABEL="Xen native EFI"
3ARCH=x86_64
4BINARY=xen.efi
5ARGS=""
6
7install_files() {
8
9 update_file /usr/lib64/efi/xen.efi xen.efi
10 update_file /etc/efi-boot/xen.cfg xen.cfg
11
12 update_file /boot/kernel-axeos-initrd kernel-axeos-initrd
13 update_file /boot/kernel-axeos-vmlinuz kernel-axeos-vmlinuz
14
15 update_file --missingok /boot/kernel-axeos-initrd.old kernel-axeos-initrd.old
16 update_file --missingok /boot/kernel-axeos-vmlinuz.old kernel-axeos-vmlinuz.old
17}
This page took 0.030577 seconds and 4 git commands to generate.