mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
Remove some kernel boot options.
These options don't make much sense to me anymore. SMP code should not be a problem on any CPU as well as ACPI.
This commit is contained in:
@@ -14,28 +14,8 @@ title IPFire
|
|||||||
kernel /vmlinuz-KVER-ipfire root=ROOT panic=10 MOUNT
|
kernel /vmlinuz-KVER-ipfire root=ROOT panic=10 MOUNT
|
||||||
initrd /ipfirerd-KVER.img
|
initrd /ipfirerd-KVER.img
|
||||||
savedefault 0
|
savedefault 0
|
||||||
title IPFire (vesafb 640x480)
|
|
||||||
root (hd0,0)
|
|
||||||
kernel /vmlinuz-KVER-ipfire root=ROOT panic=10 vga=785 MOUNT
|
|
||||||
initrd /ipfirerd-KVER.img
|
|
||||||
savedefault 1
|
|
||||||
title IPFire (vesafb 800x600)
|
|
||||||
root (hd0,0)
|
|
||||||
kernel /vmlinuz-KVER-ipfire root=ROOT panic=10 vga=788 MOUNT
|
|
||||||
initrd /ipfirerd-KVER.img
|
|
||||||
savedefault 2
|
|
||||||
title IPFire (vesafb 1024x768)
|
title IPFire (vesafb 1024x768)
|
||||||
root (hd0,0)
|
root (hd0,0)
|
||||||
kernel /vmlinuz-KVER-ipfire root=ROOT panic=10 vga=791 MOUNT
|
kernel /vmlinuz-KVER-ipfire root=ROOT panic=10 vga=791 MOUNT
|
||||||
initrd /ipfirerd-KVER.img
|
initrd /ipfirerd-KVER.img
|
||||||
savedefault 3
|
savedefault 1
|
||||||
title IPFire (acpi disabled)
|
|
||||||
root (hd0,0)
|
|
||||||
kernel /vmlinuz-KVER-ipfire root=ROOT panic=10 acpi=off MOUNT
|
|
||||||
initrd /ipfirerd-KVER.img
|
|
||||||
savedefault 4
|
|
||||||
title IPFire (single Processor)
|
|
||||||
root (hd0,0)
|
|
||||||
kernel /vmlinuz-KVER-ipfire root=ROOT panic=10 nosmp MOUNT
|
|
||||||
initrd /ipfirerd-KVER.img
|
|
||||||
savedefault 5
|
|
||||||
|
|||||||
Reference in New Issue
Block a user