mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
* Neuer Bootsplash. - Anders organisiert. * Passwort für User Cyrus. Geändert: * Install-Message in deutsch. * Grub.conf angepasst für Bootsplash (nur IDE). git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@194 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
22 lines
602 B
Plaintext
22 lines
602 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 vga=0x317 splash=silent ro
|
|
savedefault
|
|
title IPFire SMP
|
|
root (hd0,0)
|
|
kernel /vmlinuz-smp root=ROOT panic=10 acpi=off vga=0x317 splash=silent ro
|
|
savedefault
|
|
title IPFire (ACPI enabled)
|
|
root (hd0,0)
|
|
kernel /vmlinuz root=ROOT panic=10 vga=0x317 splash=silent ro
|
|
savedefault
|
|
title IPFire SMP (ACPI HT enabled)
|
|
root (hd0,0)
|
|
kernel /vmlinuz-smp root=ROOT panic=10 acpi=ht vga=0x317 splash=silent ro
|
|
savedefault
|