mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-13 15:14:08 +00:00
Merge pull request #1143 from alicefr/missing_root
s390x: root parameter is missing
This commit is contained in:
commit
d1cd82d0c1
@ -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