Raphaël Hertzog 80b36e12f4 Instead copy grub theme to /boot during postinst
The goal is to not break ARM images using vfat for /boot while
still providing the theme in /boot so that it can be available
even when /usr/share/ is not available.

Gbp-Dch: Full
2019-11-07 10:32:22 +01:00

42 lines
834 B
Plaintext

# Global Property
title-text: ""
desktop-image: "/usr/share/grub/themes/kali/grub-16x9.png"
desktop-color: "#ff0000"
terminal-font: "Unifont Regular 16"
terminal-left: "0"
terminal-top: "0"
terminal-width: "100%"
terminal-height: "100%"
terminal-border: "0"
# Show the boot menu
+ boot_menu {
left = 25%
top = 25%
width = 50%
height = 60%
item_font = "Unifont Regular 16"
item_color = "#f3f3f3"
selected_item_color = "#ffffff"
icon_width = 0
icon_height = 0
item_icon_space = 10
item_height = 36
item_padding = 0
item_spacing = 5
selected_item_pixmap_style = "select_*.png"
}
# Show a countdown message using the label component
+ label {
top = 82%
left = 35%
width = 30%
align = "center"
id = "__timeout__"
text = "Booting in %d seconds"
color = "#cccccc"
font = "Unifont Regular 16"
}