]> code.ossystems Code Review - openembedded-core.git/commit
base-passwd: Add kvm group
authorJacob Kroon <jacob.kroon@gmail.com>
Mon, 4 Feb 2019 03:11:53 +0000 (04:11 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 12 May 2019 13:17:51 +0000 (14:17 +0100)
commit76caed136b819522b908a2bee7b81103bd2ea7e4
treec86898a7d07f44c729ce01f5dbdc9281fb6ec574
parenta7e57e44fefcbc7ca377e310bb295c34faa6874d
base-passwd: Add kvm group

Although base-passwd in OE is somewhat outdated, upgrading
to a newer version is not going to solve eudev warnings about
missing groups during boot; input/shutdown/kvm are still not
listed in groups.master. The reason for this is that
Debian uses systemd, which will automatically create
missing groups(systemd-sysusers). In a sysvinit+eudev
configuration you instead get a warning printed to
the console:

  udevd[<pid>]: specified group 'kvm' unknown

Signed-off-by: Jacob Kroon <jacob.kroon@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/base-passwd/base-passwd/kvm.patch [new file with mode: 0644]
meta/recipes-core/base-passwd/base-passwd_3.5.29.bb