updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / boot-update / boot.conf.example
blob9cd6114e8d90ac1a7158ed06b22eeb067caa3901
1 boot {
2         generate grub
3         # "generate grub-legacy" if you are using grub-legacy-0.97
5         # Below, you can specify the kernel image to boot by default,
6         # or the default boot entry name
8         default "Arch Linux"
9         # default bzImage
10         # default Windows 7
13 display {
14         # gfxmode 1440x900 
15         # background /boot/background.jpg
18 "All my kernels" {
19         #
20         # This entry use reasonable defaults to find all matching kernels.  An
21         # "All my kernels - <kernel name>" boot entry will be generated for
22         # *each* kernel found.
23         #
24         # type "boot-update --showdefaults" to see default settings.
27 "Arch Linux" {
28         kernel vmlinuz26
29         initrd kernel26.img
30         # params += video=uvesafb:1440x900-8,mtrr:2
31         # gfxmode 1440x900
34 "Arch Linux Fallback" {
35         kernel vmlinuz26
36         initrd kernel26-fallback.img
39 "Windows 7" {
40         type win7 
41         params root=/dev/sda1
44 "Windows XP" {
45         type winxp 
46         params root=/dev/sda4