Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4514 - (show annotations) (download)
Fri Mar 15 09:44:15 2013 UTC (11 years, 2 months ago) by niro
File size: 745 byte(s)
auto added: ver bump to 2.00-r2
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 splash"
6 export GRUB_CMDLINE_LINUX=""
7 export GRUB_CMDLINE_ALX_HWDETECT="hardware-auto-detection rd.plymouth=0"
8 export GRUB_CMDLINE_ALX_RESET="alx-reset-settings rd.plymouth=0"
9 export GRUB_ALX_FB_FALLBACK="video=vesafb:mtrr:3,ywrap vga=791"
10 export GRUB_ALX_PASSWORD="foobar"
11 export GRUB_TERMINAL_INPUT=console
12 export GRUB_GFXMODE=auto
13 export GRUB_GFXPAYLOAD_LINUX=1024x768x16,1024x768
14 export GRUB_DISABLE_RECOVERY=true
15 #export GRUB_COLOR_NORMAL="light-blue/black"
16 #export GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
17 #export GRUB_BACKGROUND="/path/to/wallpaper"
18 #export GRUB_THEME="/path/to/gfxtheme"