grub background
This commit is contained in:
parent
eb118e68c3
commit
9bc0f13ce7
|
@ -8,8 +8,8 @@ insmod all_video
|
||||||
insmod gfxterm
|
insmod gfxterm
|
||||||
insmod png
|
insmod png
|
||||||
|
|
||||||
set color_normal=light-gray/black
|
set color_normal=white/blue
|
||||||
set color_highlight=white/black
|
set color_highlight=white/blue
|
||||||
|
|
||||||
if [ -e /isolinux/splash.png ]; then
|
if [ -e /isolinux/splash.png ]; then
|
||||||
# binary_syslinux modifies the theme file to point to the correct
|
# binary_syslinux modifies the theme file to point to the correct
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
echo "GRUB_BACKGROUND=\"/usr/share/plymouth/themes/svpro_gnu/svprognu-splash.png\"" >> /etc/default/grub
|
||||||
echo "GRUB_CMDLINE_LINUX_DEFAULT=\"quiet splash\"" >> /etc/default/grub
|
echo "GRUB_CMDLINE_LINUX_DEFAULT=\"quiet splash\"" >> /etc/default/grub
|
||||||
update-grub
|
update-grub
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue