diff options
author | Swift Geek <swiftgeek@gmail.com> | 2017-08-10 01:37:54 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2017-08-10 01:37:54 +0000 |
commit | d48e10a17d0d862d7ccdfea84bb67e12003176ea (patch) | |
tree | f082f7b3ba7784454ced47a37e2eb0416a6e9ab6 /projects/grub/install/grubenv | |
parent | 3a6887be5bc5382d3c25db8503d047255c67400d (diff) | |
parent | e712aa5b92bd2553431a1fe5ccf233f7c4068d3f (diff) | |
download | librebootfr-d48e10a17d0d862d7ccdfea84bb67e12003176ea.tar.gz librebootfr-d48e10a17d0d862d7ccdfea84bb67e12003176ea.zip |
Merge branch 'x86-integration' of kragle/libreboot into master
Diffstat (limited to 'projects/grub/install/grubenv')
-rw-r--r-- | projects/grub/install/grubenv | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/projects/grub/install/grubenv b/projects/grub/install/grubenv new file mode 100644 index 00000000..66f7b1c6 --- /dev/null +++ b/projects/grub/install/grubenv @@ -0,0 +1,16 @@ +# GRUB Environment Block +color_highlight=black/white +color_normal=white/black +default=0 +gfxpayload=keep +gfxterm_background=(cbfsdisk)/background.png +gfxterm_font=(cbfsdisk)/fonts/dejavusansmono.pf2 +keymap=(cbfsdisk)/keymaps/default.gkb +lang= +locale_dir=(cbfsdisk)/locale +menu_color_highlight=black/white +menu_color_normal=white/black +pager=1 +timeout=1 +timeout_style=menu +#############################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################
\ No newline at end of file |