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:
GabyCT 2019-08-06 16:01:40 -05:00 committed by GitHub
commit e052e57b3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,10 +19,6 @@ import (
var GetKernelParamsFunc = getKernelParams
var systemdKernelParam = []vc.Param{
{
Key: "init",
Value: "/usr/lib/systemd/systemd",
},
{
Key: "systemd.unit",
Value: systemdUnitName,