]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - config/grub/grub.conf
Neuer Boot-Screen für GRUB
[people/pmueller/ipfire-2.x.git] / config / grub / grub.conf
1 timeout 5
2 default saved
3 foreground = 16064e
4 background = ffffff
5 splashimage (hd0,0)/grub/ipfire.xpm.gz
6 title IPFire
7 root (hd0,0)
8 kernel /vmlinuz root=ROOT panic=10 acpi=off ro
9 savedefault
10 title IPFire SMP
11 root (hd0,0)
12 kernel /vmlinuz-smp root=ROOT panic=10 acpi=off ro
13 savedefault
14 title IPFire (ACPI enabled)
15 root (hd0,0)
16 kernel /vmlinuz root=ROOT panic=10 ro
17 savedefault
18 title IPFire SMP (ACPI HT enabled)
19 root (hd0,0)
20 kernel /vmlinuz-smp root=ROOT panic=10 acpi=ht ro
21 savedefault