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