* updated kopete (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / architecture / x86 / boot / grub.cfg
blob8142790f0877e8e517a46127fd17ff0a13ca18d2
1 # T2 Grub2 configuration "header" - the actual images are inserted
2 # automatically
4 set timeout 8
5 set default=0
6 set fallback=1
8 set debug=video
9 insmod efi_gop
10 insmod efi_uga
11 insmod font
12 if loadfont ${prefix}/unicode.pf2 then
13         insmod gfxterm
14         set gfxmode=auto
15         set gfxpayload=keep
16         terminal_output gfxterm
19 #foreground  = FFFFFF
20 #background  = 666666
21 #splashimage /boot/t2.xpm.gz
22 # CUT #
24 menuentry "Installed OS from HD" {
25         chainloader (hd0)+1