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 @@ ...@@ -21,12 +21,12 @@
# THE SOFTWARE. # THE SOFTWARE.
#general settings #general settings
message-font: "Misc Fixed Bold 13" message-font: "Droid Bold 12"
title-text: "" title-text: ""
message-color: "#000000" message-color: "#000000"
message-bg-color: "#ffffff" message-bg-color: "#0c2c6c"
desktop-image: "boot.png" desktop-image: "boot.png"
terminal-font: "Misc Fixed Regular 13" terminal-font: "Droid Regular 12"
#help bar at the bottom #help bar at the bottom
+ label { + label {
...@@ -34,10 +34,10 @@ terminal-font: "Misc Fixed Regular 13" ...@@ -34,10 +34,10 @@ terminal-font: "Misc Fixed Regular 13"
left = 0 left = 0
width = 100% width = 100%
height = 20 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" align = "center"
font = "DejaVu Sans Regular 10" font = "DejaVu Sans Regular 10"
color = "#000000" color = "#F8E97C"
} }
#menu #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