X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=templates%2Fboot%2Fgrub%2Fgrml-theme%2Fsb-theme.txt;fp=templates%2Fboot%2Fgrub%2Fgrml-theme%2Fsb-theme.txt;h=f9d5335535d3d9812efe638fd12c4126a62e9f07;hp=0000000000000000000000000000000000000000;hb=518eb395d8652ccf260e4fe6fc15af7946fc7c49;hpb=4b6fd81a229ade6a863452ec978eec6b9015d993 diff --git a/templates/boot/grub/grml-theme/sb-theme.txt b/templates/boot/grub/grml-theme/sb-theme.txt new file mode 100644 index 0000000..f9d5335 --- /dev/null +++ b/templates/boot/grub/grml-theme/sb-theme.txt @@ -0,0 +1,45 @@ +# This is the theme to be used in Secure Boot mode + +title-text: "" +title-color: "#FFFFFF" +desktop-image: "black.png" +message-color: "#FFFFFF" + ++ image { + file = "grml-logo.png" + left = 45% + top = 2% +} ++ boot_menu { + left = 15% + width = 70% + top = 16% + height = 36% + item_color = "#FFFFFF" + selected_item_color = "orange" + item_spacing = 4 + item_height = 12 + border_color = "#FFFFFF" +} + + +# Show an informational message. ++ vbox { + top = 55% + left = 20% + + label {text = "Running in Secure Boot mode" color = "white" align = "left"} + + label {text = ""} + + label {text = "Press ENTER to boot or E to edit menu entry " color = "white"} + + label {text = "Press C to enter the Grub commandline" color = "white"} +} + ++ progress_bar { + id = "__timeout__" + top = 75% + left = 20% + text_color = "#FFFFFF" + fg_color = "orange" + bg_color = #66B + border_color = #006 + text = "@TIMEOUT_NOTIFICATION_LONG@" +}