]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - config/grub/grub.conf
Changed grub.conf and install to use KernelVersion at initrd and vmlinuz
[people/pmueller/ipfire-2.x.git] / config / grub / grub.conf
1 timeout 10
2 default saved
3 foreground = 6d6963
4 background = ffffff
5 #hiddenmenu
6 splashimage (hd0,0)/grub/ipfire.xpm.gz
7 title IPFire
8 root (hd0,0)
9 kernel /vmlinuz-KVER-ipfire root=ROOT panic=10 MOUNT
10 initrd /ipfirerd-KVER.img
11 savedefault 0
12 title IPFire (vesafb 1024x768)
13 root (hd0,0)
14 kernel /vmlinuz-KVER-ipfire root=ROOT panic=10 vga=791 MOUNT
15 initrd /ipfirerd-KVER.img
16 savedefault 1
17 title IPFire (noacpi)
18 root (hd0,0)
19 kernel /vmlinuz-KVER-ipfire root=ROOT panic=10 noacpi MOUNT
20 initrd /ipfirerd-KVER.img
21 savedefault 2
22 title IPFire SMP/HT
23 root (hd0,0)
24 kernel /vmlinuz-KVER-ipfire-smp root=ROOT panic=10 MOUNT
25 initrd /ipfirerd-KVER-smp.img
26 savedefault 3
27 title IPFire SMP/HT (vesafb 1024x768)
28 root (hd0,0)
29 kernel /vmlinuz-KVER-ipfire-smp root=ROOT panic=10 vga=791 MOUNT
30 initrd /ipfirerd-KVER-smp.img
31 savedefault 4