feat: custom grub bootloader - bee branding, 5s auto-boot, no splash
This commit is contained in:
9
iso/builder/config/bootloaders/grub-pc/theme.cfg
Normal file
9
iso/builder/config/bootloaders/grub-pc/theme.cfg
Normal file
@@ -0,0 +1,9 @@
|
||||
set color_normal=light-gray/black
|
||||
set color_highlight=white/dark-gray
|
||||
|
||||
if [ -e /boot/grub/splash.png ]; then
|
||||
set theme=/boot/grub/live-theme/theme.txt
|
||||
else
|
||||
set menu_color_normal=cyan/black
|
||||
set menu_color_highlight=white/dark-gray
|
||||
fi
|
||||
Reference in New Issue
Block a user