Magellan Linux

Annotation of /smage/branches/alx-0_6_0/core/grub/alx/files/grub.confd

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2549 - (hide annotations) (download)
Sun Jul 3 01:14:59 2011 UTC (12 years, 11 months ago) by niro
File size: 744 byte(s)
-disabled colors
1 niro 2542 # export everything here, don't rely on internal export functions
2    
3     export GRUB_DEFAULT=0
4     export GRUB_TIMEOUT=5
5     export GRUB_DISTRIBUTOR="ALX Thinclient"
6     export GRUB_CMDLINE_LINUX_DEFAULT="quiet video=1024x768"
7     export GRUB_CMDLINE_LINUX=""
8     export GRUB_CMDLINE_ALX_HWDETECT="splash=verbose,theme=default hardware-auto-detection"
9     export GRUB_CMDLINE_ALX_RESET="splash=verbose,theme=default alx-reset-settings"
10     export GRUB_ALX_PASSWORD="foobar"
11     export GRUB_TERMINAL_INPUT=console
12     export GRUB_GFXMODE=auto
13     export GRUB_GFXPAYLOAD_LINUX=keep
14     export GRUB_DISABLE_RECOVERY=true
15 niro 2549 #export GRUB_COLOR_NORMAL="light-blue/black"
16     #export GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
17 niro 2542 #export GRUB_BACKGROUND="/path/to/wallpaper"
18     #export GRUB_THEME="/path/to/gfxtheme"