From: Jacek Konieczny Date: Wed, 31 Oct 2012 14:19:33 +0000 (+0100) Subject: xen.conf removed X-Git-Tag: auto/th/efi-boot-update-0.1-1~5 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fefi-boot-update.git;a=commitdiff_plain;h=f3ddbef0dcc7d4c425f56f726bd8c0be48c06651 xen.conf removed This file should never appear here. --- diff --git a/xen.conf b/xen.conf deleted file mode 100644 index 5a4876d..0000000 --- a/xen.conf +++ /dev/null @@ -1,17 +0,0 @@ -ENABLED=yes -LABEL="Xen native EFI" -ARCH=x86_64 -BINARY=xen.efi -ARGS="" - -install_files() { - - update_file /usr/lib64/efi/xen.efi xen.efi - update_file /etc/efi-boot/xen.cfg xen.cfg - - update_file /boot/kernel-axeos-initrd kernel-axeos-initrd - update_file /boot/kernel-axeos-vmlinuz kernel-axeos-vmlinuz - - update_file --missingok /boot/kernel-axeos-initrd.old kernel-axeos-initrd.old - update_file --missingok /boot/kernel-axeos-vmlinuz.old kernel-axeos-vmlinuz.old -}