mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-11 06:13:43 +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 GetKernelParamsFunc = getKernelParams
|
||||||
|
|
||||||
var systemdKernelParam = []vc.Param{
|
var systemdKernelParam = []vc.Param{
|
||||||
{
|
|
||||||
Key: "init",
|
|
||||||
Value: "/usr/lib/systemd/systemd",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
Key: "systemd.unit",
|
Key: "systemd.unit",
|
||||||
Value: systemdUnitName,
|
Value: systemdUnitName,
|
||||||
|
Loading…
Reference in New Issue
Block a user