diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-11-22 10:22:51 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-11-22 10:22:51 +0200 |
commit | 61e15e974839f68af8fa1e9a0d50d274ab1a596b (patch) | |
tree | b6202d58982b09d4218c35db5f52abb5937ad50a /skel/.default/grub | |
parent | 6f7ec864c7435c0d4f42cd9d50283c14dc0dde9b (diff) |
Kogaion full rebrand, last rebrand of grub files and kde4
Diffstat (limited to 'skel/.default/grub')
-rw-r--r-- | skel/.default/grub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skel/.default/grub b/skel/.default/grub index fb7a30c..0a61a10 100644 --- a/skel/.default/grub +++ b/skel/.default/grub @@ -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 @@ -42,7 +42,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 |