diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2015-04-26 01:25:59 +0300 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2015-04-26 01:25:59 +0300 |
commit | 34cc615f0c846848db2030da5f4917b9093cdc7a (patch) | |
tree | 562072d103a1d18d0d6f2d692d642b2fb3f07a0f /sys-boot/grub/files/grub.default-2 | |
parent | 1d6e6c9cf8e73e83dc9d6a726efbbc1f8211eb99 (diff) |
[sys-boot/grub] upgrade
Diffstat (limited to 'sys-boot/grub/files/grub.default-2')
-rw-r--r-- | sys-boot/grub/files/grub.default-2 | 4 |
1 files changed, 2 insertions, 2 deletions
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 |