From c53237af9916258de235fd7d779b6d0dd3fdeb80 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 6 Nov 2016 10:27:24 +0000 Subject: adjust grub --- sys-boot/grub/files/grub.default-3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys-boot/grub/files') diff --git a/sys-boot/grub/files/grub.default-3 b/sys-boot/grub/files/grub.default-3 index 1c5633a6..a66a9712 100644 --- a/sys-boot/grub/files/grub.default-3 +++ b/sys-boot/grub/files/grub.default-3 @@ -9,7 +9,7 @@ # See the grub info page for documentation on possible variables and # their associated values. -GRUB_DISTRIBUTOR="Kogaion" +GRUB_DISTRIBUTOR="Redcore" # Default menu entry #GRUB_DEFAULT=0 @@ -39,11 +39,11 @@ GRUB_GFXPAYLOAD_LINUX="keep" # Path to theme spec txt file. # The starfield is by default provided with use truetype. # NOTE: when enabling custom theme, ensure you have required font/etc. -GRUB_THEME="/usr/share/grub/themes/kogaion/theme.txt" +GRUB_THEME="/usr/share/grub/themes/redcore/theme.txt" # Background image used on graphical terminal. # Can be in various bitmap formats. -GRUB_BACKGROUND="/usr/share/grub/themes/kogaion/terminal_bg.png" +GRUB_BACKGROUND="/usr/share/grub/themes/redcore/terminal_bg.png" # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to kernel #GRUB_DISABLE_LINUX_UUID=true -- cgit v1.2.3