Difference between revisions of "User talk:Pnoecker"

From Funtoo
Jump to navigation Jump to search
(uhhhhh YEAH lets try that!)
 
(switch to blackout version because grub doesn't render the alpha channel shadowing well.)
Line 1: Line 1:
{{console|body=
{{console|body=
###i## wget https://www.funtoo.org/images/8/88/Latest-funtoo.png -O /boot/grub/mybackground.png
###i## wget https://www.funtoo.org/images/f/f9/Mybackground.png -O /boot/grub/mybackground.png
}}
}}


Line 16: Line 16:
insmod gettext
insmod gettext
set lang=en_US
set lang=en_US
color blink-light-magenta/black
color light-magenta/black
</pre>
</pre>

Revision as of 21:24, December 8, 2020

root # wget https://www.funtoo.org/images/f/f9/Mybackground.png -O /boot/grub/mybackground.png
  • /boot/grub/grub.cfg
set gfxmode=auto
   insmod all_video
   terminal_output gfxterm
fi
load_video
font=unicode
insmod gfxterm
insmod png
background_image -m stretch /grub/mybackground.png
insmod gettext
set lang=en_US
color light-magenta/black