]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - config/grub/grub.conf
Rudimentaere ISDN-Erkennung erstellt.
[people/pmueller/ipfire-2.x.git] / config / grub / grub.conf
1 timeout 10
2 default saved
3 foreground = 16064e
4 background = ffffff
5 #hiddenmenu
6 splashimage (hd0,0)/grub/ipfire.xpm.gz
7 title IPFire (1024x768)
8 root (hd0,0)
9 kernel /vmlinuz-ipfire root=ROOT panic=10 vga=791 MOUNT
10 initrd /ipfirerd.img
11 savedefault 0
12 title IPFire (VESA)
13 root (hd0,0)
14 kernel /vmlinuz-ipfire root=ROOT panic=10 MOUNT
15 initrd /ipfirerd.img
16 savedefault 1
17 title IPFire SMP (1024x768)
18 root (hd0,0)
19 kernel /vmlinuz-ipfire-smp root=ROOT panic=10 acpi=off vga=791 MOUNT
20 initrd /ipfirerd-smp.img
21 savedefault 2
22 title IPFire SMP (VESA)
23 root (hd0,0)
24 kernel /vmlinuz-ipfire-smp root=ROOT panic=10 acpi=off MOUNT
25 initrd /ipfirerd-smp.img
26 savedefault 3
27 title IPFire SMP-HT (Intel Pentium 4) (1024x768)
28 root (hd0,0)
29 kernel /vmlinuz-ipfire-smp root=ROOT panic=10 acpi=ht vga=791 MOUNT
30 initrd /ipfirerd-smp.img
31 savedefault 4
32 title IPFire SMP-HT (Intel Pentium 4) (VESA)
33 root (hd0,0)
34 kernel /vmlinuz-ipfire-smp root=ROOT panic=10 acpi=ht MOUNT
35 initrd /ipfirerd-smp.img
36 savedefault 5