-
-
Save creamidea/9018825 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### BEGIN /etc/grub.d/05_debian_theme ### | |
insmod part_msdos | |
insmod ext2 | |
set root='(hd0,msdos5)' | |
search --no-floppy --fs-uuid --set cd4b8d8b-3265-4fa6-b8a6-9b3b74d9f849 | |
insmod png | |
if background_image /share/images/desktop-base/spacefun-grub.png; then | |
set color_normal=light-gray/black | |
set color_highlight=white/black | |
else | |
set menu_color_normal=cyan/blue | |
set menu_color_highlight=white/blue | |
fi | |
### END /etc/grub.d/05_debian_theme ### |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment