grub background

This commit is contained in:
SVNET 2020-07-15 19:07:29 +02:00
parent eb118e68c3
commit 9bc0f13ce7
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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