summaryrefslogtreecommitdiff
path: root/sys-boot/grub/files
diff options
context:
space:
mode:
authorBlackNoxis <steven.darklight@gmail.com>2015-04-26 01:25:59 +0300
committerBlackNoxis <steven.darklight@gmail.com>2015-04-26 01:25:59 +0300
commit34cc615f0c846848db2030da5f4917b9093cdc7a (patch)
tree562072d103a1d18d0d6f2d692d642b2fb3f07a0f /sys-boot/grub/files
parent1d6e6c9cf8e73e83dc9d6a726efbbc1f8211eb99 (diff)
[sys-boot/grub] upgrade
Diffstat (limited to 'sys-boot/grub/files')
-rw-r--r--sys-boot/grub/files/grub-2.00-secureboot-user-sign-2.patch2
-rw-r--r--sys-boot/grub/files/grub-2.00-secureboot-user-sign.patch2
-rw-r--r--sys-boot/grub/files/grub.default-24
-rw-r--r--sys-boot/grub/files/grub2-default4
4 files changed, 6 insertions, 6 deletions
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