From 124ac6156856e86c8bd157bda0f04c782b0f99c9 Mon Sep 17 00:00:00 2001 From: poyraz76 Date: Wed, 17 Aug 2016 16:18:02 +0300 Subject: [PATCH] refind --- system/boot/refind/actions.py | 13 ++++++++++ system/boot/refind/comar/package.py | 12 +++++++++ system/boot/refind/pspec.xml | 39 +++++++++++++++++++++++++++++ 3 files changed, 64 insertions(+) create mode 100644 system/boot/refind/actions.py create mode 100644 system/boot/refind/comar/package.py create mode 100644 system/boot/refind/pspec.xml diff --git a/system/boot/refind/actions.py b/system/boot/refind/actions.py new file mode 100644 index 0000000000..fcdf9acdbb --- /dev/null +++ b/system/boot/refind/actions.py @@ -0,0 +1,13 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import pisitools + +WorkDir = "." + +def install(): + pisitools.insinto("/", "./usr") + pisitools.insinto("/", "./etc") diff --git a/system/boot/refind/comar/package.py b/system/boot/refind/comar/package.py new file mode 100644 index 0000000000..416526d5df --- /dev/null +++ b/system/boot/refind/comar/package.py @@ -0,0 +1,12 @@ +#!/usr/bin/python + +import os + + +def postInstall(fromVersion, fromRelease, toVersion, toRelease): + os.system("refind-install") + os.system("rm -rf /boot/efi/EFI/boot") + + +def preRemove(): + pass diff --git a/system/boot/refind/pspec.xml b/system/boot/refind/pspec.xml new file mode 100644 index 0000000000..e18d776880 --- /dev/null +++ b/system/boot/refind/pspec.xml @@ -0,0 +1,39 @@ + + + + + refind + https://sourceforge.net/projects/refind/ + + Ergün Salman + poyraz76@pisilinux.org + + rEFIt + library + refind uefi multi boot + refind uefi multi boot + https://sourceforge.net/projects/pisi-source/files/refind-0.10.3.tar.gz + + + + refind + + /usr/* + /etc/* + + + System.Package + + + + + + + 2016-07-30 + 0.10.3 + Relase Frist + Ergün Salman + poyraz76@pisilinux.org + + +