mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Hinzugefügt:
* GFXBoot - experimental git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@244 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -1 +1 @@
|
||||
0:1/vmlinuz root=ROOT panic=10 initrd=ipcoprd.img init=/linuxrc rw
|
||||
0:1/vmlinuz root=ROOT panic=10 initrd=ipfirerd.img init=/linuxrc rw
|
||||
|
||||
@@ -1,45 +1,47 @@
|
||||
timeout 5
|
||||
default saved
|
||||
timeout 10
|
||||
#default saved
|
||||
foreground = 16064e
|
||||
background = ffffff
|
||||
splashimage (hd0,0)/grub/ipfire.xpm.gz
|
||||
gfxmenu /grub/message
|
||||
#hiddenmenu
|
||||
#splashimage (hd0,0)/grub/ipfire.xpm.gz
|
||||
title IPFire (1024x768)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz root=ROOT panic=10 acpi=off vga=791 splash=silent ro
|
||||
initrd /initrd.splash
|
||||
savedefault
|
||||
#savedefault
|
||||
title IPFire (640x480)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz root=ROOT panic=10 acpi=off vga=785 splash=silent ro
|
||||
initrd /initrd.splash
|
||||
savedefault
|
||||
#savedefault
|
||||
title IPFire SMP (1024x768)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz-smp root=ROOT panic=10 acpi=off vga=791 splash=silent ro
|
||||
initrd /initrd.splash
|
||||
savedefault
|
||||
#savedefault
|
||||
title IPFire SMP (640x480)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz-smp root=ROOT panic=10 acpi=off vga=785 splash=silent ro
|
||||
initrd /initrd.splash
|
||||
savedefault
|
||||
#savedefault
|
||||
title IPFire (ACPI enabled) (1024x768)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz root=ROOT panic=10 vga=791 splash=silent ro
|
||||
initrd /initrd.splash
|
||||
savedefault
|
||||
#savedefault
|
||||
title IPFire (ACPI enabled) (640x480)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz root=ROOT panic=10 vga=785 splash=silent ro
|
||||
initrd /initrd.splash
|
||||
savedefault
|
||||
#savedefault
|
||||
title IPFire SMP (ACPI HT enabled) (1024x768)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz-smp root=ROOT panic=10 acpi=ht vga=791 splash=silent ro
|
||||
initrd /initrd.splash
|
||||
savedefault
|
||||
#savedefault
|
||||
title IPFire SMP (ACPI HT enabled) (640x480)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz-smp root=ROOT panic=10 acpi=ht vga=785 splash=silent ro
|
||||
initrd /initrd.splash
|
||||
savedefault
|
||||
#savedefault
|
||||
|
||||
BIN
config/grub/message
Normal file
BIN
config/grub/message
Normal file
Binary file not shown.
@@ -1,45 +1,47 @@
|
||||
timeout 5
|
||||
default saved
|
||||
timeout 10
|
||||
#default saved
|
||||
foreground = 16064e
|
||||
background = ffffff
|
||||
splashimage (hd0,0)/grub/ipfire.xpm.gz
|
||||
gfxmenu /grub/message
|
||||
#hiddenmenu
|
||||
#splashimage (hd0,0)/grub/ipfire.xpm.gz
|
||||
title IPFire (1024x768)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz root=ROOT panic=10 init=/linuxrc acpi=off vga=791 splash=silent rw
|
||||
initrd /ipfirerd.img
|
||||
savedefault
|
||||
#savedefault
|
||||
title IPFire (640x480)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz root=ROOT panic=10 init=/linuxrc acpi=off vga=785 splash=silent rw
|
||||
initrd /ipfirerd.img
|
||||
savedefault
|
||||
#savedefault
|
||||
title IPFire SMP (1024x768)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz-smp root=ROOT panic=10 init=/linuxrc acpi=off vga=791 splash=silent rw
|
||||
initrd /ipfirerd-smp.img
|
||||
savedefault
|
||||
#savedefault
|
||||
title IPFire SMP (640x480)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz-smp root=ROOT panic=10 init=/linuxrc acpi=off vga=785 splash=silent rw
|
||||
initrd /ipfirerd-smp.img
|
||||
savedefault
|
||||
#savedefault
|
||||
title IPFire (ACPI enabled) (1024x768)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz root=ROOT panic=10 init=/linuxrc vga=791 splash=silent rw
|
||||
initrd /ipfirerd.img
|
||||
savedefault
|
||||
#savedefault
|
||||
title IPFire (ACPI enabled) (640x480)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz root=ROOT panic=10 init=/linuxrc vga=785 splash=silent rw
|
||||
initrd /ipfirerd.img
|
||||
savedefault
|
||||
#savedefault
|
||||
title IPFire SMP (ACPI HT enabled) (1024x768)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz-smp root=ROOT panic=10 init=/linuxrc acpi=ht vga=791 splash=silent rw
|
||||
initrd /ipfirerd-smp.img
|
||||
savedefault
|
||||
#savedefault
|
||||
title IPFire SMP (ACPI HT enabled) (640x480)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz-smp root=ROOT panic=10 init=/linuxrc acpi=ht vga=785 splash=silent rw
|
||||
initrd /ipfirerd-smp.img
|
||||
savedefault
|
||||
#savedefault
|
||||
|
||||
Reference in New Issue
Block a user