mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 08:17:37 +00:00
virtcontainers: Remove unnecessary kernel parameters for ppc64le
Fixes: #360 Signed-off-by: Nitesh Konkar <niteshkonkar@in.ibm.com>
This commit is contained in:
parent
2400978f6a
commit
2796b19668
@ -41,10 +41,8 @@ var kernelParams = []Param{
|
|||||||
{"reboot", "k"},
|
{"reboot", "k"},
|
||||||
{"console", "hvc0"},
|
{"console", "hvc0"},
|
||||||
{"console", "hvc1"},
|
{"console", "hvc1"},
|
||||||
{"iommu", "off"},
|
|
||||||
{"cryptomgr.notests", ""},
|
{"cryptomgr.notests", ""},
|
||||||
{"net.ifnames", "0"},
|
{"net.ifnames", "0"},
|
||||||
{"pci", "lastbus=0"},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
var supportedQemuMachines = []govmmQemu.Machine{
|
var supportedQemuMachines = []govmmQemu.Machine{
|
||||||
|
Loading…
Reference in New Issue
Block a user