Magellan Linux

Contents of /smage/trunk/core/grub/mcore/files/grub.confd

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1907 - (show annotations) (download)
Wed Nov 9 12:12:53 2011 UTC (12 years, 6 months ago) by niro
File size: 665 byte(s)
-GRUB_CMDLINE_BOOTSPLASH variable for splash settings at boottime
1 # export everything here, don't rely on internal export functions
2
3 export GRUB_DEFAULT=0
4 export GRUB_TIMEOUT=5
5 export GRUB_CMDLINE_LINUX_DEFAULT="quiet"
6 export GRUB_CMDLINE_LINUX=""
7 export GRUB_CMDLINE_BOOTSPLASH="splash=slient,theme=default"
8 export GRUB_MCORE_FB_FALLBACK="video=vesafb:mtrr:3,ywrap vga=791"
9 export GRUB_MCORE_PASSWORD="foobar"
10 export GRUB_TERMINAL_INPUT=console
11 export GRUB_GFXMODE=auto
12 export GRUB_GFXPAYLOAD_LINUX=1024x768x16,1024x768
13 export GRUB_DISABLE_RECOVERY=true
14 #export GRUB_COLOR_NORMAL="light-blue/black"
15 #export GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
16 #export GRUB_BACKGROUND="/path/to/wallpaper"
17 #export GRUB_THEME="/path/to/gfxtheme"