diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-11-06 10:27:24 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-11-06 10:27:24 +0000 |
commit | c53237af9916258de235fd7d779b6d0dd3fdeb80 (patch) | |
tree | 1b1bf55ad31835412350c2c5be16ba55949fc305 /sys-boot/grub/files | |
parent | e021b8e547c88b537f3a1863e0c36264b38a7f1c (diff) |
adjust grub
Diffstat (limited to 'sys-boot/grub/files')
-rw-r--r-- | sys-boot/grub/files/grub.default-3 | 6 |
1 files changed, 3 insertions, 3 deletions
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 |