9 lines
168 B
Plaintext
9 lines
168 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
cat << _EOF
|
||
|
insmod png
|
||
|
background_image /boot/grub/openmamba-grub-1024x768.png
|
||
|
set menu_color_normal=white/black
|
||
|
set menu_color_highlight=white/green
|
||
|
_EOF
|