From 119d310f36bfaba25ad99266ad41f5abca748b43 Mon Sep 17 00:00:00 2001 From: Jonas Bonn Date: Thu, 2 May 2019 22:09:40 +0100 Subject: 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. (From OE-Core rev: 76444b63e614baea33c044851a5859f6d1e69729) Signed-off-by: Jonas Bonn Signed-off-by: Alex Kiernan Signed-off-by: Richard Purdie --- meta/recipes-core/systemd/systemd/99-default.preset | 1 + 1 file changed, 1 insertion(+) create mode 100644 meta/recipes-core/systemd/systemd/99-default.preset (limited to 'meta/recipes-core/systemd/systemd') diff --git a/meta/recipes-core/systemd/systemd/99-default.preset b/meta/recipes-core/systemd/systemd/99-default.preset new file mode 100644 index 0000000000..1f29b50597 --- /dev/null +++ b/meta/recipes-core/systemd/systemd/99-default.preset @@ -0,0 +1 @@ +disable * -- cgit v1.2.3-54-g00ecf