]> code.ossystems Code Review - openembedded-core.git/commit
systemd: do not create machine-id
authorJonas Bonn <jonas@norrbonn.se>
Thu, 2 May 2019 21:09:40 +0000 (22:09 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 May 2019 21:20:24 +0000 (22:20 +0100)
commit76444b63e614baea33c044851a5859f6d1e69729
tree0bf2c7d88377550271ef629bb49e7225b4638fa1
parent6f0072d34107f4d351c79b43ce71bf4489428a34
systemd: do not create machine-id

There is no reason to have an emtpy machine-id as part of the systemd
package.  Either:

i)  the filesystem is writable and the file will be created
automatically; or
ii) the filesystem is read-only, in which case the empty machine-id file
should be created as part of the read-only-rootfs tweaks.

Signed-off-by: Jonas Bonn <jonas@norrbonn.se>
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/rootfs-postcommands.bbclass
meta/recipes-core/systemd/systemd-conf_242.bb
meta/recipes-core/systemd/systemd/99-default.preset [new file with mode: 0644]
meta/recipes-core/systemd/systemd_242.bb