mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-10 05:44:04 +00:00
Merge pull request #1938 from devimc/topic/pkg/dontSetInit
pkg/katautils: Do not set `init` in the kernel command line
This commit is contained in:
commit
e052e57b3e
@ -19,10 +19,6 @@ import (
|
||||
var GetKernelParamsFunc = getKernelParams
|
||||
|
||||
var systemdKernelParam = []vc.Param{
|
||||
{
|
||||
Key: "init",
|
||||
Value: "/usr/lib/systemd/systemd",
|
||||
},
|
||||
{
|
||||
Key: "systemd.unit",
|
||||
Value: systemdUnitName,
|
||||
|
Loading…
Reference in New Issue
Block a user