Refresh Secure Boot support, supporting new 'debian' method
[grml-live.git] / templates / boot / grub / grml-theme / sb-theme.txt
1 # This is the theme to be used in Secure Boot mode
2
3 title-text: ""
4 title-color: "#FFFFFF"
5 desktop-image: "black.png"
6 message-color:  "#FFFFFF"
7
8 + image {
9   file = "grml-logo.png"
10   left = 45%
11   top = 2%
12 }
13 + boot_menu {
14   left = 15%
15   width = 70%
16   top = 16%
17   height = 36%
18   item_color = "#FFFFFF"
19   selected_item_color = "orange"
20   item_spacing = 4
21   item_height = 12
22   border_color = "#FFFFFF"
23 }
24
25
26 # Show an informational message.
27 + vbox {
28   top = 55%
29   left = 20%
30   + label {text = "Running in Secure Boot mode" color = "white" align = "left"}
31   + label {text = ""}
32   + label {text = "Press ENTER to boot or E to edit menu entry " color = "white"}
33   + label {text = "Press C to enter the Grub commandline" color = "white"}
34 }
35
36 + progress_bar {
37    id = "__timeout__"
38    top = 75%
39    left = 20%
40    text_color = "#FFFFFF"
41    fg_color = "orange"
42    bg_color = #66B
43    border_color = #006
44    text = "@TIMEOUT_NOTIFICATION_LONG@"
45 }