mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-06 03:56:34 +00:00
s390x: root parameter is missing
Fixes: #1140 Signed-off-by: Alice Frosi <afrosi@de.ibm.com>
This commit is contained in:
parent
9b9ff2b7e6
commit
f542233cbd
@ -30,13 +30,15 @@ var qemuPaths = map[string]string{
|
|||||||
QemuCCWVirtio: defaultQemuPath,
|
QemuCCWVirtio: defaultQemuPath,
|
||||||
}
|
}
|
||||||
|
|
||||||
var kernelRootParams = []Param{}
|
|
||||||
|
|
||||||
// Verify needed parameters
|
// Verify needed parameters
|
||||||
var kernelParams = []Param{
|
var kernelParams = []Param{
|
||||||
{"console", "ttysclp0"},
|
{"console", "ttysclp0"},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var kernelRootParams = []Param{
|
||||||
|
{"root", "/dev/vda1"},
|
||||||
|
}
|
||||||
|
|
||||||
var supportedQemuMachines = []govmmQemu.Machine{
|
var supportedQemuMachines = []govmmQemu.Machine{
|
||||||
{
|
{
|
||||||
Type: QemuCCWVirtio,
|
Type: QemuCCWVirtio,
|
||||||
|
Loading…
Reference in New Issue
Block a user