]> git.ipfire.org Git - people/arne_f/ipfire-2.x.git/blame - config/grub/grub.conf
Fehlerbereinigung beim URL-Filter
[people/arne_f/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)
8 kernel /vmlinuz root=ROOT panic=10 acpi=off vga=0x317 ro
9 savedefault
10title IPFire SMP
11 root (hd0,0)
12 kernel /vmlinuz-smp root=ROOT panic=10 acpi=off vga=0x317 ro
13 savedefault
14title IPFire (ACPI enabled)
15 root (hd0,0)
16 kernel /vmlinuz root=ROOT panic=10 ro
17 savedefault
18title IPFire SMP (ACPI HT enabled)
19 root (hd0,0)
20 kernel /vmlinuz-smp root=ROOT panic=10 acpi=ht ro
21 savedefault