From 34cc615f0c846848db2030da5f4917b9093cdc7a Mon Sep 17 00:00:00 2001 From: BlackNoxis Date: Sun, 26 Apr 2015 01:25:59 +0300 Subject: [sys-boot/grub] upgrade --- sys-boot/grub/files/grub-2.00-secureboot-user-sign-2.patch | 2 +- sys-boot/grub/files/grub-2.00-secureboot-user-sign.patch | 2 +- sys-boot/grub/files/grub.default-2 | 4 ++-- sys-boot/grub/files/grub2-default | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'sys-boot/grub/files') diff --git a/sys-boot/grub/files/grub-2.00-secureboot-user-sign-2.patch b/sys-boot/grub/files/grub-2.00-secureboot-user-sign-2.patch index 6882d1f4..9648efa7 100644 --- a/sys-boot/grub/files/grub-2.00-secureboot-user-sign-2.patch +++ b/sys-boot/grub/files/grub-2.00-secureboot-user-sign-2.patch @@ -45,7 +45,7 @@ diff -Nurp grub-2.00.orig/util/grub-install.in grub-2.00/util/grub-install.in + fi + else + echo "Cannot sign ${_image} for SecureBoot" 1>&2 -+ echo "RogentOS keypair at $(basename ${_private}) not found" 1>&2 ++ echo "Kogaion keypair at $(basename ${_private}) not found" 1>&2 + fi + } + diff --git a/sys-boot/grub/files/grub-2.00-secureboot-user-sign.patch b/sys-boot/grub/files/grub-2.00-secureboot-user-sign.patch index 6c02cbd4..01094c8d 100644 --- a/sys-boot/grub/files/grub-2.00-secureboot-user-sign.patch +++ b/sys-boot/grub/files/grub-2.00-secureboot-user-sign.patch @@ -23,7 +23,7 @@ + mv "${_image}.signed" "${_image}" + else + echo "Cannot sign ${_image} for SecureBoot" 1>&2 -+ echo "RogentOS keypair at $(basename ${_private}) not found" 1>&2 ++ echo "Kogaion keypair at $(basename ${_private}) not found" 1>&2 + fi + } + diff --git a/sys-boot/grub/files/grub.default-2 b/sys-boot/grub/files/grub.default-2 index 1894575d..1442fe1e 100644 --- a/sys-boot/grub/files/grub.default-2 +++ b/sys-boot/grub/files/grub.default-2 @@ -10,7 +10,7 @@ # their associated values. GRUB_DEFAULT=saved -GRUB_DISTRIBUTOR="RogentOS" +GRUB_DISTRIBUTOR="Kogaion" GRUB_DEFAULT=0 GRUB_HIDDEN_TIMEOUT=0 @@ -50,7 +50,7 @@ GRUB_COLOR_NORMAL="white/black" GRUB_COLOR_HIGHLIGHT="magenta/black" if [ -f "/etc/default/kogaion-grub" ]; then - # this file is placed by the RogentOS Installer and contains + # this file is placed by the Kogaion Installer and contains # custom GRUB_CMDLINE_LINUX parameters created at install # time. . /etc/default/kogaion-grub diff --git a/sys-boot/grub/files/grub2-default b/sys-boot/grub/files/grub2-default index 7d1423ef..0a29c417 100644 --- a/sys-boot/grub/files/grub2-default +++ b/sys-boot/grub/files/grub2-default @@ -3,7 +3,7 @@ # /boot/grub/grub.cfg. GRUB_DEFAULT=saved -GRUB_DISTRIBUTOR="RogentOS" +GRUB_DISTRIBUTOR="Kogaion" GRUB_HIDDEN_TIMEOUT=0 GRUB_HIDDEN_TIMEOUT_QUIET=true GRUB_TIMEOUT=5 @@ -41,7 +41,7 @@ GRUB_COLOR_NORMAL="white/black" GRUB_COLOR_HIGHLIGHT="magenta/black" if [ -f "/etc/default/kogaion-grub" ]; then - # this file is placed by the RogentOS Installer and contains + # this file is placed by the Kogaion Installer and contains # custom GRUB_CMDLINE_LINUX parameters created at install # time. source /etc/default/kogaion-grub -- cgit v1.2.3