summaryrefslogtreecommitdiff
path: root/sys-boot
diff options
context:
space:
mode:
authorBlackNoxis <steven.darklight@gmail.com>2015-01-01 16:32:16 +0200
committerBlackNoxis <steven.darklight@gmail.com>2015-01-01 16:32:16 +0200
commit2dd08eb427cc8d24f33376b037d7ffa4e86a0c30 (patch)
tree313777ec3094e3da5751c2ebb17e5c264f4bf406 /sys-boot
parentd59f5f405188d93f5c00e21840930d4f1eaf8dd1 (diff)
Grub handler upgrade
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/grub-handler/Manifest2
-rwxr-xr-xsys-boot/grub-handler/files/grub-handler2
-rw-r--r--sys-boot/grub-handler/grub-handler-0.2-r6.ebuild5
3 files changed, 4 insertions, 5 deletions
diff --git a/sys-boot/grub-handler/Manifest b/sys-boot/grub-handler/Manifest
deleted file mode 100644
index 4cff22db..00000000
--- a/sys-boot/grub-handler/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-AUX grub-handler 10101 SHA256 f1290b49086310143cb36ec0a38bf8d43da18dcb9a3fab92947e299aafe677bb SHA512 55e2d5d8f1aa7459beb6349878f15632880c52ec60c82fd8f1c6e579203ed90da9af8de8d32c34a69eb58eb091428f8cbb9b74e61a07acf87102e8f5ecf829dc WHIRLPOOL 37d6ec7bdbc5f153101da651fa4a9dbaf8c998cb32cb3409092e323e35a97fa4973dc458e3243c39389964248c38191c9f52e7971d0037b49890be08bb0dc18d
-EBUILD grub-handler-0.2-r6.ebuild 356 SHA256 d941fc1113e2a685b9a9df4529ddade7945ec14e6f9b5750954697e64420c8b0 SHA512 30c95314c280a1e690f4a763b95559b7168cb7bef17fa9610def05686b080924d31975cad3562eebf1729b2a0d781bdaa9c537598f5903be9dd1733f18a94d0e WHIRLPOOL b789c86e87bd359def6da3e13ee6627ce55e96317219cdd65dd7169d0bd3ce3b20c336d8f16c186950e8bafa498a222854543c7fcf9770af59142139f0762e69
diff --git a/sys-boot/grub-handler/files/grub-handler b/sys-boot/grub-handler/files/grub-handler
index 4034ba1d..4e805a33 100755
--- a/sys-boot/grub-handler/files/grub-handler
+++ b/sys-boot/grub-handler/files/grub-handler
@@ -22,7 +22,7 @@ if os.path.ismount(NO_SYS_ROOT_BOOT_DIR):
SYS_ROOT = os.getenv("ROOT","")
GRUB_CONF = SYS_ROOT+"/boot/grub/grub.conf"
FSTAB_CONF = SYS_ROOT+"/etc/fstab"
-DISTRO_NAME = "Rogentos Linux"
+DISTRO_NAME = "Kogaion Linux"
def getstatusoutput(cmd):
"""Return (status, output) of executing cmd in a shell."""
diff --git a/sys-boot/grub-handler/grub-handler-0.2-r6.ebuild b/sys-boot/grub-handler/grub-handler-0.2-r6.ebuild
index c2f4b31c..d312d1b2 100644
--- a/sys-boot/grub-handler/grub-handler-0.2-r6.ebuild
+++ b/sys-boot/grub-handler/grub-handler-0.2-r6.ebuild
@@ -1,9 +1,10 @@
-# Copyright 2009 Sabayon Linux
+# Copyright 2009-2014 Sabayon Linux
+# Copyright 2015 Kogaion Linux
# Distributed under the terms of the GNU General Public License v2
inherit eutils
-DESCRIPTION="Rogentos Linux GRUB utilities"
+DESCRIPTION="Kogaion Linux GRUB utilities"
HOMEPAGE="http://www.rogentos.ro"
SRC_URI=""
LICENSE="GPL-2"