Commit b5e4a1e3 authored by Andrey Cherepanov's avatar Andrey Cherepanov

Set Droid font for grub2 console, small fixes to grub2 note

parent d8263d99
......@@ -21,12 +21,12 @@
# THE SOFTWARE.
#general settings
message-font: "Misc Fixed Bold 13"
message-font: "Droid Bold 12"
title-text: ""
message-color: "#000000"
message-bg-color: "#ffffff"
message-bg-color: "#0c2c6c"
desktop-image: "boot.png"
terminal-font: "Misc Fixed Regular 13"
terminal-font: "Droid Regular 12"
#help bar at the bottom
+ label {
......@@ -34,10 +34,10 @@ terminal-font: "Misc Fixed Regular 13"
left = 0
width = 100%
height = 20
text = "To boot the selected operating system using default settings, press return. For additional settings, press E"
text = "To boot the selected operating system using default settings, press Enter. For additional settings, press E"
align = "center"
font = "DejaVu Sans Regular 10"
color = "#000000"
color = "#F8E97C"
}
#menu
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment