mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-18 15:28:10 +00:00
Merge pull request #1621 from mcastelino/topic/fc_bootparams
Firecracker: Fix kernel command line parameters
This commit is contained in:
@@ -57,6 +57,13 @@ const (
|
||||
var fcKernelParams = []Param{
|
||||
// The boot source is the first partition of the first block device added
|
||||
{"root", "/dev/vda1"},
|
||||
{"pci", "off"},
|
||||
{"reboot", "k"},
|
||||
{"panic", "1"},
|
||||
{"iommu", "off"},
|
||||
{"8250.nr_uarts", "0"},
|
||||
{"net.ifnames", "0"},
|
||||
{"random.trust_cpu", "on"},
|
||||
|
||||
// Firecracker doesn't support ACPI
|
||||
// Fix kernel error "ACPI BIOS Error (bug)"
|
||||
|
Reference in New Issue
Block a user