mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-04 11:06:21 +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,
|
||||
}
|
||||
|
||||
var kernelRootParams = []Param{}
|
||||
|
||||
// Verify needed parameters
|
||||
var kernelParams = []Param{
|
||||
{"console", "ttysclp0"},
|
||||
}
|
||||
|
||||
var kernelRootParams = []Param{
|
||||
{"root", "/dev/vda1"},
|
||||
}
|
||||
|
||||
var supportedQemuMachines = []govmmQemu.Machine{
|
||||
{
|
||||
Type: QemuCCWVirtio,
|
||||
|
Loading…
Reference in New Issue
Block a user