mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
22 lines
505 B
Plaintext
22 lines
505 B
Plaintext
timeout 5
|
|
default saved
|
|
foreground = 16064e
|
|
background = ffffff
|
|
splashimage (hd0,0)/grub/ipcop.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
|