From 795d47ffbf1551cfc9a115eebf4a1f898fcf4c50 Mon Sep 17 00:00:00 2001 From: BlackNoxis Date: Thu, 27 Nov 2014 19:57:27 +0200 Subject: Rebranding to Kogaion and remanifest --- sys-boot/grub/files/grub-2.00-rogentos-patch.patch | 2 +- sys-boot/grub/files/grub.default-2 | 4 ++-- sys-boot/grub/files/grub2-default | 4 ++-- sys-boot/grub/files/grub2-default-1.99 | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'sys-boot/grub/files') diff --git a/sys-boot/grub/files/grub-2.00-rogentos-patch.patch b/sys-boot/grub/files/grub-2.00-rogentos-patch.patch index f3238628..cc3b57be 100644 --- a/sys-boot/grub/files/grub-2.00-rogentos-patch.patch +++ b/sys-boot/grub/files/grub-2.00-rogentos-patch.patch @@ -4,7 +4,7 @@ export TEXTDOMAIN=@PACKAGE@ export TEXTDOMAINDIR="@localedir@" -+export GRUB_DISTRIBUTOR=Rogentos ++export GRUB_DISTRIBUTOR=Kogaion CLASS="--class gnu-linux --class gnu --class os" diff --git a/sys-boot/grub/files/grub.default-2 b/sys-boot/grub/files/grub.default-2 index 60f27303..1894575d 100644 --- a/sys-boot/grub/files/grub.default-2 +++ b/sys-boot/grub/files/grub.default-2 @@ -49,9 +49,9 @@ GRUB_COLOR_NORMAL="white/black" # Boot menu option "highlight" color GRUB_COLOR_HIGHLIGHT="magenta/black" -if [ -f "/etc/default/rogentos-grub" ]; then +if [ -f "/etc/default/kogaion-grub" ]; then # this file is placed by the RogentOS Installer and contains # custom GRUB_CMDLINE_LINUX parameters created at install # time. - . /etc/default/rogentos-grub + . /etc/default/kogaion-grub fi diff --git a/sys-boot/grub/files/grub2-default b/sys-boot/grub/files/grub2-default index c93a6e8f..7d1423ef 100644 --- a/sys-boot/grub/files/grub2-default +++ b/sys-boot/grub/files/grub2-default @@ -40,11 +40,11 @@ GRUB_COLOR_NORMAL="white/black" # Boot menu option "highlight" color GRUB_COLOR_HIGHLIGHT="magenta/black" -if [ -f "/etc/default/rogentos-grub" ]; then +if [ -f "/etc/default/kogaion-grub" ]; then # this file is placed by the RogentOS Installer and contains # custom GRUB_CMDLINE_LINUX parameters created at install # time. - source /etc/default/rogentos-grub + source /etc/default/kogaion-grub fi # DO NOT REMOVE THIS IF YOUR GRUB_CMDLINE_LINUX IS EMPTY (BACKWARD COMPAT) diff --git a/sys-boot/grub/files/grub2-default-1.99 b/sys-boot/grub/files/grub2-default-1.99 index acaabfd7..78a9f2a3 100644 --- a/sys-boot/grub/files/grub2-default-1.99 +++ b/sys-boot/grub/files/grub2-default-1.99 @@ -41,9 +41,9 @@ GRUB_COLOR_NORMAL="white/black" # Boot menu option "highlight" color GRUB_COLOR_HIGHLIGHT="magenta/black" -if [ -f "/etc/default/rogentos-grub" ]; then +if [ -f "/etc/default/kogaion-grub" ]; then # this file is placed by the RogentOS Installer and contains # custom GRUB_CMDLINE_LINUX parameters created at install # time. - . /etc/default/rogentos-grub + . /etc/default/kogaion-grub fi -- cgit v1.2.3