diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-11-27 19:57:27 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-11-27 19:57:27 +0200 |
commit | 795d47ffbf1551cfc9a115eebf4a1f898fcf4c50 (patch) | |
tree | 803759af7eda1cb489295e9efdb45e2075ac2d3a /sys-boot/grub/files/grub.default-2 | |
parent | 82922206ea8638b229ea2494e64106558cf98015 (diff) |
Rebranding to Kogaion and remanifest
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 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 |