mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Add a grub selection with nosmp
Change description of the bootoptions
This commit is contained in:
@@ -14,17 +14,17 @@ title IPFire (vesafb 1024x768)
|
||||
kernel /vmlinuz-KVER-ipfire root=ROOT rootdelay=10 panic=10 vga=791 MOUNT
|
||||
initrd /ipfirerd-KVER.img
|
||||
savedefault 1
|
||||
title IPFire (acpi=off)
|
||||
title IPFire (acpi disables)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz-KVER-ipfire root=ROOT rootdelay=10 panic=10 acpi=off MOUNT
|
||||
initrd /ipfirerd-KVER.img
|
||||
savedefault 2
|
||||
title IPFire (vesafb 1024x768, acpi=off)
|
||||
title IPFire (single Processor)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz-KVER-ipfire root=ROOT rootdelay=10 panic=10 vga=791 acpi=off MOUNT
|
||||
kernel /vmlinuz-KVER-ipfire root=ROOT rootdelay=10 panic=10 nosmp MOUNT
|
||||
initrd /ipfirerd-KVER.img
|
||||
savedefault 3
|
||||
title IPFire (emergency - all storage drivers)
|
||||
title IPFire (all storage drivers)
|
||||
root (hd0,0)
|
||||
kernel /vmlinuz-KVER-ipfire root=ROOT rootdelay=10 panic=10 MOUNT
|
||||
initrd /ipfirerd-KVER-emergency.img
|
||||
|
||||
Reference in New Issue
Block a user