Cleaned up grub config
This commit is contained in:
parent
7be72d9b15
commit
80ba8f3733
@ -1,2 +1,3 @@
|
|||||||
Copy to /usr/share/grub/themes
|
Copy to /usr/share/grub/themes
|
||||||
|
|
||||||
Update GRUB_THEME in /etc/default/grub
|
Update GRUB_THEME in /etc/default/grub
|
||||||
|
@ -1,26 +1,3 @@
|
|||||||
# Default theme for GRUB2
|
|
||||||
#
|
|
||||||
# Copyright (C) 2011 Daniel Tschudi
|
|
||||||
#
|
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
|
||||||
# in the Software without restriction, including without limitation the rights
|
|
||||||
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
# copies of the Software, and to permit persons to whom the Software is
|
|
||||||
# furnished to do so, subject to the following conditions:
|
|
||||||
#
|
|
||||||
# The above copyright notice and this permission notice shall be included in
|
|
||||||
# all copies or substantial portions of the Software.
|
|
||||||
#
|
|
||||||
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
||||||
# THE SOFTWARE.
|
|
||||||
|
|
||||||
#general settings
|
|
||||||
terminal-font: "Terminus Regular 12"
|
terminal-font: "Terminus Regular 12"
|
||||||
desktop-color: "#000"
|
desktop-color: "#000"
|
||||||
terminal-left: "0"
|
terminal-left: "0"
|
||||||
@ -29,7 +6,6 @@ terminal-width: "100%"
|
|||||||
terminal-height: "100%"
|
terminal-height: "100%"
|
||||||
terminal-border: "0"
|
terminal-border: "0"
|
||||||
|
|
||||||
#boot menu
|
|
||||||
+ boot_menu {
|
+ boot_menu {
|
||||||
left = 0
|
left = 0
|
||||||
width = 100%
|
width = 100%
|
||||||
@ -45,7 +21,6 @@ terminal-border: "0"
|
|||||||
selected_item_pixmap_style = "cursor_*.png"
|
selected_item_pixmap_style = "cursor_*.png"
|
||||||
}
|
}
|
||||||
|
|
||||||
#progress bar
|
|
||||||
+ label {
|
+ label {
|
||||||
id = "__timeout__"
|
id = "__timeout__"
|
||||||
left = 5
|
left = 5
|
||||||
|
Loading…
Reference in New Issue
Block a user