virtcontainers: Remove unnecessary kernel parameters for ppc64le

Fixes: #360

Signed-off-by: Nitesh Konkar <niteshkonkar@in.ibm.com>
This commit is contained in:
Nitesh Konkar 2018-06-01 19:07:34 +05:30
parent 2400978f6a
commit 2796b19668

View File

@ -41,10 +41,8 @@ var kernelParams = []Param{
{"reboot", "k"},
{"console", "hvc0"},
{"console", "hvc1"},
{"iommu", "off"},
{"cryptomgr.notests", ""},
{"net.ifnames", "0"},
{"pci", "lastbus=0"},
}
var supportedQemuMachines = []govmmQemu.Machine{