Files
bpfire/config/grub/grub.conf
ms f21d61d3dc Neuer Boot-Screen für GRUB
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@47 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2006-02-19 14:12:52 +00:00

22 lines
527 B
Plaintext

timeout 5
default saved
foreground = 16064e
background = ffffff
splashimage (hd0,0)/grub/ipfire.xpm.gz
title IPFire
root (hd0,0)
kernel /vmlinuz root=ROOT panic=10 acpi=off ro
savedefault
title IPFire SMP
root (hd0,0)
kernel /vmlinuz-smp root=ROOT panic=10 acpi=off ro
savedefault
title IPFire (ACPI enabled)
root (hd0,0)
kernel /vmlinuz root=ROOT panic=10 ro
savedefault
title IPFire SMP (ACPI HT enabled)
root (hd0,0)
kernel /vmlinuz-smp root=ROOT panic=10 acpi=ht ro
savedefault