mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
Noch ein paar kleine Aenderungen wegen dem mkinitcpio...
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@566 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -6,30 +6,30 @@ gfxmenu /grub/message
|
||||
title IPFire (1024x768)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz-ipfire root=ROOT panic=10 vga=791 splash=silent ro
|
||||
initrd /initrd.splash
|
||||
initrd /ipfirerd.img
|
||||
savedefault 0
|
||||
title IPFire (VESA)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz-ipfire root=ROOT panic=10 ro
|
||||
initrd /initrd.splash
|
||||
initrd /ipfirerd.img
|
||||
savedefault 1
|
||||
title IPFire SMP (1024x768)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz-ipfire-smp root=ROOT panic=10 acpi=off vga=791 splash=silent ro
|
||||
initrd /initrd.splash
|
||||
initrd /ipfirerd-smp.img
|
||||
savedefault 2
|
||||
title IPFire SMP (VESA)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz-ipfire-smp root=ROOT panic=10 acpi=off ro
|
||||
initrd /initrd.splash
|
||||
initrd /ipfirerd-smp.img
|
||||
savedefault 3
|
||||
title IPFire SMP-HT (Intel Pentium 4) (1024x768)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz-ipfire-smp root=ROOT panic=10 acpi=ht vga=791 splash=silent ro
|
||||
initrd /initrd.splash
|
||||
initrd /ipfirerd-smp.img
|
||||
savedefault 4
|
||||
title IPFire SMP-HT (Intel Pentium 4) (VESA)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz-ipfire-smp root=ROOT panic=10 acpi=ht ro
|
||||
initrd /initrd.splash
|
||||
initrd /ipfirerd-smp.img
|
||||
savedefault 5
|
||||
|
||||
@@ -1,35 +0,0 @@
|
||||
timeout 10
|
||||
default saved
|
||||
foreground = 16064e
|
||||
background = ffffff
|
||||
gfxmenu /grub/message
|
||||
title IPFire (1024x768)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz-ipfire root=ROOT panic=10 init=/linuxrc vga=791 splash=silent rw
|
||||
initrd /ipfirerd.img
|
||||
savedefault 0
|
||||
title IPFire (VESA)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz-ipfire root=ROOT panic=10 init=/linuxrc rw
|
||||
initrd /ipfirerd.img
|
||||
savedefault 1
|
||||
title IPFire SMP (1024x768)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz-ipfire-smp root=ROOT panic=10 init=/linuxrc acpi=off vga=791 splash=silent rw
|
||||
initrd /ipfirerd-smp.img
|
||||
savedefault 2
|
||||
title IPFire SMP (VESA)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz-ipfire-smp root=ROOT panic=10 init=/linuxrc acpi=off rw
|
||||
initrd /ipfirerd-smp.img
|
||||
savedefault 3
|
||||
title IPFire SMP (Intel Pentium 4) (1024x768)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz-ipfire-smp root=ROOT panic=10 init=/linuxrc acpi=ht vga=791 splash=silent rw
|
||||
initrd /ipfirerd-smp.img
|
||||
savedefault 4
|
||||
title IPFire SMP (Intel Pentium 4) (VESA)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz-ipfire-smp root=ROOT panic=10 init=/linuxrc acpi=ht rw
|
||||
initrd /ipfirerd-smp.img
|
||||
savedefault 5
|
||||
@@ -4,7 +4,6 @@ boot/grub/grub.conf
|
||||
boot/grub/grubbatch
|
||||
boot/grub/ipfire.xpm.gz
|
||||
boot/grub/message
|
||||
boot/grub/scsigrub.conf
|
||||
boot/grub/stage1
|
||||
boot/grub/stage2
|
||||
#usr/bin/mbchk
|
||||
|
||||
Reference in New Issue
Block a user