]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame_incremental - config/grub/grub.conf
Squid, Samba und NTFS Update.
[people/pmueller/ipfire-2.x.git] / config / grub / grub.conf
... / ...
CommitLineData
1timeout 10
2default saved
3foreground = 16064e
4background = ffffff
5#hiddenmenu
6splashimage (hd0,0)/grub/ipfire.xpm.gz
7title IPFire (1024x768)
8 root (hd0,0)
9 kernel /vmlinuz-ipfire root=ROOT panic=10 vga=791 MOUNT
10 initrd /ipfirerd.img
11 savedefault 0
12title IPFire (VESA)
13 root (hd0,0)
14 kernel /vmlinuz-ipfire root=ROOT panic=10 MOUNT
15 initrd /ipfirerd.img
16 savedefault 1
17title 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
22title 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
27title 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
32title 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