Difference between revisions of "User talk:Pnoecker"

From Funtoo
Jump to navigation Jump to search
m (fix the colors to where i can start rotating testing colors. =D)
(digesting)
Line 19: Line 19:
set menu_color_highlight=black/light-magenta
set menu_color_highlight=black/light-magenta
</pre>
</pre>
==ebuilding==
{{console|body=
###i## ebuild *.ebuild digest
}}

Revision as of 06:29, December 21, 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
set menu_color_normal=light-magenta/black
set menu_color_highlight=black/light-magenta

ebuilding

root # ebuild *.ebuild digest