From 65addb395ecfb9526e6cd5ba8f5c2e1639cecfe4 Mon Sep 17 00:00:00 2001 From: BlackNoxis Date: Fri, 21 Nov 2014 16:30:10 +0200 Subject: Added and rebranded to kogaion conf files for the kogaion skel, as much as I could to not break things --- skel/.default/grub | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'skel/.default/grub') diff --git a/skel/.default/grub b/skel/.default/grub index 7742b67..fb7a30c 100644 --- a/skel/.default/grub +++ b/skel/.default/grub @@ -41,11 +41,11 @@ 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. - source /etc/default/rogentos-grub + source /etc/default/kogaion-grub fi # DO NOT REMOVE THIS IF YOUR GRUB_CMDLINE_LINUX IS EMPTY (BACKWARD COMPAT) -- cgit v1.2.3