]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/grub/grub.conf
Hinzugefuegt:
[people/pmueller/ipfire-2.x.git] / config / grub / grub.conf
CommitLineData
5cfe86e6
HS
1timeout 5
2default saved
3foreground = 16064e
4background = ffffff
5splashimage (hd0,0)/grub/ipfire.xpm.gz
6title IPFire
7 root (hd0,0)
f8ae001e
MT
8 kernel /vmlinuz root=ROOT panic=10 acpi=off vga=791 splash=silent ro
9 initrd /initrd.splash
5cfe86e6
HS
10 savedefault
11title IPFire SMP
12 root (hd0,0)
f8ae001e
MT
13 kernel /vmlinuz-smp root=ROOT panic=10 acpi=off vga=791 splash=silent ro
14 initrd /initrd.splash
5cfe86e6
HS
15 savedefault
16title IPFire (ACPI enabled)
17 root (hd0,0)
f8ae001e
MT
18 kernel /vmlinuz root=ROOT panic=10 vga=791 splash=silent ro
19 initrd /initrd.splash
5cfe86e6
HS
20 savedefault
21title IPFire SMP (ACPI HT enabled)
22 root (hd0,0)
f8ae001e
MT
23 kernel /vmlinuz-smp root=ROOT panic=10 acpi=ht vga=791 splash=silent ro
24 initrd /initrd.splash
5cfe86e6 25 savedefault