repo.or.cz
/
t2-trunk.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* updated kopete (21.12.1 -> 21.12.2), untested
[t2-trunk.git]
/
architecture
/
x86
/
boot
/
grub.cfg
blob
8142790f0877e8e517a46127fd17ff0a13ca18d2
1
# T2 Grub2 configuration "header" - the actual images are inserted
2
# automatically
3
4
set timeout 8
5
set default=0
6
set fallback=1
7
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
17
fi
18
19
#foreground = FFFFFF
20
#background = 666666
21
#splashimage /boot/t2.xpm.gz
22
# CUT #
23
24
menuentry "Installed OS from HD" {
25
chainloader (hd0)+1
26
}